https://github.com/alexnaughtonjr/algorithms_notes
A place for notes related to learning Algorithms.
https://github.com/alexnaughtonjr/algorithms_notes
algorithms algorithms-4th algorithms-and-data-structures algorithms-datastructures algorithms-implemented algorithms-java algorithms-playground-practice algorithms-princeton algorithms-python algorithms-specialization
Last synced: about 2 months ago
JSON representation
A place for notes related to learning Algorithms.
- Host: GitHub
- URL: https://github.com/alexnaughtonjr/algorithms_notes
- Owner: alexnaughtonjr
- License: mit
- Created: 2020-12-24T06:48:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-24T06:48:50.000Z (over 4 years ago)
- Last Synced: 2025-03-06T20:16:20.486Z (about 2 months ago)
- Topics: algorithms, algorithms-4th, algorithms-and-data-structures, algorithms-datastructures, algorithms-implemented, algorithms-java, algorithms-playground-practice, algorithms-princeton, algorithms-python, algorithms-specialization
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algorithms_Notes
Regardless of the context in which they are used, algorithms are essentially problem solvers - their purpose is to solve and often automate a solution to a particular problem. Introductory textbooks on algorithms tend to outline their subject broadly, defining an algorithm as 'a set of steps to accomplish a task' 3.