Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crutchtheclutch/cmsc-350-project-4
This project will build a Directed Graph and use a depth-first search algorithm.
https://github.com/crutchtheclutch/cmsc-350-project-4
Last synced: about 1 month ago
JSON representation
This project will build a Directed Graph and use a depth-first search algorithm.
- Host: GitHub
- URL: https://github.com/crutchtheclutch/cmsc-350-project-4
- Owner: CrutchTheClutch
- Created: 2017-07-30T23:06:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T09:49:50.000Z (over 6 years ago)
- Last Synced: 2024-10-23T12:03:54.560Z (3 months ago)
- Language: Java
- Size: 760 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMSC-350-Project-4
#### This project will build a Directed Graph and use a depth-first search algorithm.Takes a fileName, tokenizes contents of said file to build a DGraph. Then takes a className(vertex) in which a sub-graph is topologically sorted from, output as a String.
---
###### This project was assigned while attending University of Maryland University College (UMUC)
--->
Data Structures and Analysis
>CMSC 350
>A study of user-defined data structures and object-oriented design in computer science. The aim is to develop secure Java programs. Topics include linked lists, stacks, queues, arrays, maps, vectors, and trees. Algorithms that perform sorting, searching, and recursion are discussed and analyzed.