https://github.com/markcaldropoli/cs240
Data Structures & Algorithms
https://github.com/markcaldropoli/cs240
algorithms cpp data-structures makefile
Last synced: 12 days ago
JSON representation
Data Structures & Algorithms
- Host: GitHub
- URL: https://github.com/markcaldropoli/cs240
- Owner: markcaldropoli
- Created: 2019-02-18T03:52:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T03:59:40.000Z (over 7 years ago)
- Last Synced: 2025-03-15T03:28:57.884Z (over 1 year ago)
- Topics: algorithms, cpp, data-structures, makefile
- Language: C++
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS240 - Data Structures & Algorithms
Analysis of the design, implementation, and properties of basic and advanced data structures, including lists, stacks, queues, hash tables, trees, heaps, and graphs. Design and time-space analysis of basic and advanced algorithms, including searching, sorting, insert/delete, hash table collision resolution techniques, recursive functions, balanced tree maintenance, and graph algorithms. Weekly required laboratory programming and three or more additional programming projects in C++. Practical programming techniques including C++ templates and the Standard Template Library (STL), operator overloading, C++ stream I/O, separate compilation using makefiles, debugging tools and techniques, dynamic memory management.