Space and Time complexity
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.
I would love to take this issue.
@sumn2u There are some basic details I want to know before I start working on this.
- [ ] Can I change the chapter numbers as I want to put the
complexitychapter after theloops,functionsandobjectschapter? - [ ] Till what details should I go into the complexity chapter?
- [ ] Can you tell whether the given structure is satisfactory or not?
en/complexity
├── README.md
├── space-complexity.md
└── time-complexity.md
@sumn2u There are some basic details I want to know before I start working on this.
- [ ] Can I change the chapter numbers as I want to put the
complexitychapter after theloops,functionsandobjectschapter?
Yes
- [ ] Till what details should I go into the complexity chapter?
Surface level that gives readers context would be enough.
- [ ] Can you tell whether the given structure is satisfactory or not?
en/complexity ├── README.md ├── space-complexity.md └── time-complexity.md
Looks good.
Surface level that gives readers context would be enough.
Will do that. Thanks for the info.
Hey @sumn2u, is this issue still open. Can i participate to resolve it?
Hey @sumn2u, is this issue still open. Can i participate to resolve it?
Yes, we already have the structure in place. We just need to add the content.
@sumn2u Thanks for assigning me for this. Looking forward to work on this.
Hey @sumn2u, I've added content in the time and space complexity sections. Please have a look and tell if i need to do some adjustments or it will do the job.