sumn2u / learn-javascript

A book that teaches JavaScript 📗💻📖
https://javascript.sumankunwar.com.np
Apache License 2.0
895 stars 132 forks source link

Write space and time complexity chapter #114

Closed starvader13 closed 11 months ago

starvader13 commented 11 months ago

This MR aims to solve issue https://github.com/sumn2u/learn-javascript/issues/112

Considering space and time complexity is a significant aspect of programming that ensures code efficiency, scalability, and maintainability. Having a brief introduction to these concepts, followed by example, can greatly benefit JavaScript developers.

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
learn-javascript ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2023 5:59am
starvader13 commented 11 months ago

@sumn2u Can you have a look if I am going on to the right path or not ?

sumn2u commented 11 months ago

@sumn2u Can you have a look if I am going on to the right path or not ?

Looking great. If possible can you describe O(log n) and O(n^2) too?

starvader13 commented 11 months ago

Looking great. If possible can you describe O(log n) and O(n^2) too?

Roger that! I will add code snippets for that.

Been busy with some work. I will ping you with the updated changes

starvader13 commented 11 months ago

Been busy with some work. I will ping you with the updated changes

Starting with the work from today. Thanks for being patient with me @sumn2u

sumn2u commented 11 months ago

Hey @starvader13, today is the last day of Hacktoberfest. Do you think you can create a pull request by the end of the day?

starvader13 commented 11 months ago

Hey @starvader13, today is the last day of Hacktoberfest. Do you think you can create a pull request by the end of the day?

Should I divide it into two PRs, if possible?? You can accept this change for now and the rest I can change it in the next PR.

Or if this is not possible we can move forward with this without considering it for Hacktoberfest and I will push the changes ASAP.

sumn2u commented 11 months ago

Hey @starvader13, today is the last day of Hacktoberfest. Do you think you can create a pull request by the end of the day?

Should I divide it into two PRs, if possible?? You can accept this change for now and the rest I can change it in the next PR.

Or if this is not possible we can move forward with this without considering it for Hacktoberfest and I will push the changes ASAP.

If it's going to easier for you to split, i suggest to split. If not it's ok to have it in a single PR.

sumn2u commented 11 months ago

@starvader13 You can add your create another PR with remaining contents.