Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdsaunders/udods
UD CISC220 version of ods/cpp
https://github.com/bdsaunders/udods
Last synced: 18 days ago
JSON representation
UD CISC220 version of ods/cpp
- Host: GitHub
- URL: https://github.com/bdsaunders/udods
- Owner: bdsaunders
- Created: 2013-08-28T22:23:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T13:31:34.000Z (over 10 years ago)
- Last Synced: 2024-07-31T22:58:55.492Z (3 months ago)
- Language: C
- Size: 1.47 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
udods is the University of Delaware version of the C++ files associated
with Pat Morin's Open Data structures online text (itself a Github project).The initial files are those of Morin's ods/cpp/ directory.
The udods project is for the course CISC 220 Data Structures. We will be modifying files for
(a) bug fixes,
(b) creation of variant functionality, and
(c) introduction of new implementations of various data structures.Specific assignments in the course will use specific versions of udods.