Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaychris/cs311
CSUSM: Data Structures - C++
https://github.com/isaychris/cs311
algorithms cs311 csusm data-structures
Last synced: 10 days ago
JSON representation
CSUSM: Data Structures - C++
- Host: GitHub
- URL: https://github.com/isaychris/cs311
- Owner: isaychris
- Created: 2016-12-29T03:53:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T04:38:56.000Z (over 7 years ago)
- Last Synced: 2024-11-09T13:40:39.780Z (2 months ago)
- Topics: algorithms, cs311, csusm, data-structures
- Language: C++
- Homepage:
- Size: 910 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS443
CSUSM: Data Structures - C++
Fall 2016 - Xin YeA thorough understanding of several advanced methods for
implementing the abstract data types and the time used by each
method. Includes abstract data types such as dictionary, priority queues,
matrices, and relations, foundation of recursive algorithms, complexity
analysis, complexity classes, sorting and searching, computability and
undecidability, problem-solving strategies, heuristic search, modeling
and components of database systems, and graphics software systems.