Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.