Data structures, algorithms, and graph projects including trees, sorting, searching, recursion, and course milestones.
Using CGI, connected to Parkland college's linux server
ALL CODES ARE IN THE LINK
#Data Structures
https://remy.parkland.edu/~syunalfian1/csc220/
Projects include:
Binary trees and balanced tree structures (BST, AVL, Red-Black, Splay)
Sorting algorithms (Insertion Sort, QuickSort, Partitioning)
String matching and search (KMP, DFS, BFS)
Graph structures and algorithms (traversals, MSTs)
Priority queues and heaps (including adaptable versions)
Linked data structures (queues, binary trees)
Recursive algorithm practice
General-purpose utility and template scripts
Course projects and milestone exercises