Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjfiv/CSC212ADT
Abstract Data Type Definitions for CSC212.
https://github.com/jjfiv/CSC212ADT
smith-csc212
Last synced: 19 days ago
JSON representation
Abstract Data Type Definitions for CSC212.
- Host: GitHub
- URL: https://github.com/jjfiv/CSC212ADT
- Owner: jjfiv
- License: apache-2.0
- Created: 2019-10-07T14:15:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T21:39:25.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T04:02:32.370Z (4 months ago)
- Topics: smith-csc212
- Language: Java
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSC212ADT [![](https://jitpack.io/v/jjfiv/csc212adt.svg)](https://jitpack.io/#jjfiv/csc212adt)
Abstract Data Type Definitions for CSC212.- This is a read-only package for students intended to be shared for many of my later assignments.
- [Javadoc](https://jitpack.io/com/github/jjfiv/CSC212ADT/latest/javadoc/)## Usage:
Include jitpack.io:
```xml
jitpack.io
https://jitpack.io
```
Include this project:
```xmlcom.github.jjfiv
CSC212ADT
1.3```