Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 452 Bytes

CS313-Project1

This Project tought me about different types of link lists, and how to traverse and to detect loops in those lists.

What I Learned:

- [x] Created a Link List
- [x] Created Double Link List
- [x] Created A Polynomial Link List
- [x] Used Floyd’s Cycle-Finding Algorithm to detect loop in Link List
- [x] Learned to Traverse a Double Link List From The Middle
- [x] Used the Polynomial Link List to Store Polynomial Equation