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

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

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.