https://github.com/zackproser/data-structure-practice
Common data structures
https://github.com/zackproser/data-structure-practice
Last synced: 10 months ago
JSON representation
Common data structures
- Host: GitHub
- URL: https://github.com/zackproser/data-structure-practice
- Owner: zackproser
- License: mit
- Created: 2017-08-27T19:58:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T13:42:03.000Z (about 7 years ago)
- Last Synced: 2025-03-04T17:41:15.755Z (about 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
The purpose of this project is to practice implementing classic data structures and leveraging them to solve common programming and computer science problems.