learn-javascript icon indicating copy to clipboard operation
learn-javascript copied to clipboard

Space and Time complexity

Open sumn2u opened this issue 2 years ago • 7 comments

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.

sumn2u avatar Oct 15 '23 03:10 sumn2u

I would love to take this issue.

starvader13 avatar Oct 15 '23 03:10 starvader13

@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 complexity chapter after the loops, functions and objects chapter?
  • [ ] 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

starvader13 avatar Oct 15 '23 04:10 starvader13

@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 complexity chapter after the loops, functions and objects chapter?

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.

sumn2u avatar Oct 18 '23 03:10 sumn2u

Surface level that gives readers context would be enough.

Will do that. Thanks for the info.

starvader13 avatar Oct 19 '23 14:10 starvader13

Hey @sumn2u, is this issue still open. Can i participate to resolve it?

dhirajs16 avatar Oct 03 '24 14:10 dhirajs16

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 avatar Oct 03 '24 14:10 sumn2u

@sumn2u Thanks for assigning me for this. Looking forward to work on this.

dhirajs16 avatar Oct 03 '24 14:10 dhirajs16

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.

dhirajs16 avatar Oct 13 '24 10:10 dhirajs16