Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Add Content] - Data Structure & Algorithms - Add about Time and Space Complexity #191

Closed
Yatharth31 opened this issue May 13, 2024 · 3 comments · Fixed by #641
Closed
Assignees

Comments

@Yatharth31
Copy link
Contributor

Hey @animator , I am a GSSoC'24 Contributor. I would like to contribute to your project by adding content about Time and Space complexity analysis of algorithms. Please assign this issue to me.

Topics Covered -

  1. Big Oh, 2. Big Omega, 3. Big Theta, 4. Best Case, Worst Case, Average Case, 5. Time Complexity, 6. Space Complexity.
@Akshitha28112004
Copy link

Hey, I am good at Python. Can you assign me this issue under gssoc'24?

animator added a commit that referenced this issue May 17, 2024
Updated index.md and added sorting-algorithms.md under issue #191
@Yatharth31
Copy link
Contributor Author

Yatharth31 commented May 18, 2024

Am i allowed to add images of graphs of BigOh and other asymptotic notations, also comparison of various time complexities w.r.to. input size. Should I create a new folder inside ds-algo name images? Or there is no need for this?

@animator
Copy link
Owner

new folder inside ds-algo name images
The images must not be copied from somewhere else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment