https://github.com/isaychris/csci210
Palomar: Data Structures & Algorithms - Java
https://github.com/isaychris/csci210
algorithms csci210 data-structures java palomar
Last synced: 3 months ago
JSON representation
Palomar: Data Structures & Algorithms - Java
- Host: GitHub
- URL: https://github.com/isaychris/csci210
- Owner: isaychris
- Created: 2016-08-16T13:48:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T18:27:29.000Z (about 7 years ago)
- Last Synced: 2024-11-09T13:40:39.367Z (7 months ago)
- Topics: algorithms, csci210, data-structures, java, palomar
- Language: HTML
- Homepage:
- Size: 5.58 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# CSCI210
A systematic study of data structures, including arrays, stacks, recursion, queues,
linear and non-linear linked lists, binary trees, hashing, comparative study of
searching and sorting algorithms, graphs, Huffman codes, introductory analysis of
algorithms, introduction to the complexity of algorithms including big “O” notation,
time and space requirements, and object-oriented design of abstract data
types. Focus on object-oriented programming and its principles of objects, classes,
encapsulation, inheritance and its relationship to the Java programming language.
Includes hands-on laboratory experience reinforcing the lecture material.