Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crutchtheclutch/cmsc-350-project-3
This project builds and sorts a Binary Search Tree.
https://github.com/crutchtheclutch/cmsc-350-project-3
Last synced: 13 days ago
JSON representation
This project builds and sorts a Binary Search Tree.
- Host: GitHub
- URL: https://github.com/crutchtheclutch/cmsc-350-project-3
- Owner: CrutchTheClutch
- Created: 2017-07-30T22:50:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T09:49:47.000Z (over 6 years ago)
- Last Synced: 2024-12-07T11:41:41.782Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMSC-350-Project-3
#### This project builds and sorts a Binary Search Tree.Takes a List of Integers, or Fractions, and build a BST that is the output as a String in Ascending Order, or Descending Order.
---
###### 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.