Skip to content

Commit

Permalink
Fix incorrect book link in time_complexity.md (#29209)
Browse files Browse the repository at this point in the history
The link to the book "A Common-Sense Guide to Data Structures and Algorithms" was incorrectly formatted. I have corrected it, and it should now work as expected.
  • Loading branch information
Zupi-HR authored Dec 19, 2024
1 parent 7d5ef0d commit 77a7f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/computer_science/time_complexity.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,6 @@ The following questions are an opportunity to reflect on key topics in this less

This section contains helpful links to related content. It isn't required, so consider it supplemental.

- It's not a free resource but [A common sense guide to data structures and algorithms]([https://pragprog.com/titles/jwdsal2/a-common-sense-guide-to-data-structures-and-algorithms-second-edition/](https://pragprog.com/titles/jwjavascript/a-common-sense-guide-to-data-structures-and-algorithms-in-javascript-volume-1/)) does a great job making these topics approachable to people not familiar with some of the mathematical terminology used.
- It's not a free resource but [A common sense guide to data structures and algorithms](https://pragprog.com/titles/jwjavascript/a-common-sense-guide-to-data-structures-and-algorithms-in-javascript-volume-1) does a great job making these topics approachable to people not familiar with some of the mathematical terminology used.

- In this video, [Introduction to Big O Notation and Time Complexity](https://www.youtube.com/watch?v=D6xkbGLQesk), the author provides a step-by-step process for how to analyze and understand time complexity for various algorithms.

0 comments on commit 77a7f1c

Please sign in to comment.