Skip to content

Growth of run time as samples -> inf. #1

@Ted4P

Description

@Ted4P

Generating random numbers: O(N)
Sorting numbers: O(N*log(N))
Evaluating the function: O(N) (Simpson's rule having a 2x larger constant factor)
Graphing: O(N) (Possibility of shrinking to O(1) with constant # of graphed samples)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions