Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhth/thescienceofcomputers
https://github.com/dhth/thescienceofcomputers
computer-science data-structures
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhth/thescienceofcomputers
- Owner: dhth
- Created: 2020-04-15T15:08:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T17:14:21.000Z (almost 4 years ago)
- Last Synced: 2024-12-18T05:21:51.636Z (about 2 months ago)
- Topics: computer-science, data-structures
- Language: Java
- Size: 3.02 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learnings on Data Structures and Algorithms.
# [CS61B](https://sp19.datastructur.es/)
## Modules
- [Homework 1](/dataStructuresAndAlgorithms/src/CS61B/HW1): Java Syntax and Sound Synthesis
- [Project 1a](/dataStructuresAndAlgorithms/src/CS61B/Proj1a)
- [Project 1b](/dataStructuresAndAlgorithms/src/CS61B/Proj1b)
- [Lab 5](/dataStructuresAndAlgorithms/src/CS61B/Lab5)
- [Lab 6](/dataStructuresAndAlgorithms/src/CS61B/Lab6) : Union Find
- [Lab 7](/dataStructuresAndAlgorithms/src/CS61B/Lab7) : Binary Search Trees
- [Challenge Lab 7](/dataStructuresAndAlgorithms/src/CS61B/CLab7) : Binary Search Tree Performance
- [Lab 8](/dataStructuresAndAlgorithms/src/CS61B/Lab8) : Hashing
- [Project 2AB](/dataStructuresAndAlgorithms/src/CS61B/Proj2AB) : Extrinsic Priority Queue