https://github.com/nfo94/pyds
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nfo94/pyds
- Owner: nfo94
- Created: 2024-09-09T09:03:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T11:54:16.000Z (about 2 months ago)
- Last Synced: 2025-03-26T12:35:45.761Z (about 2 months ago)
- Language: Python
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Data structures & Algorithms with Python
This is a study repository for data structures and algorithms using Python.
#### Big O
Mathematical concept used to describe the efficiency of algorithms in terms of time and
space complexity.Time complexity: analyze the number of operations that that algorithm took to execute.
Space complexity: analyze the amount of memory used in that algorithm.