Skip to content

nandoMattos/linkedLists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinkedLists 🧩

C algorithm to create and modify linked lists

This is a refactored project I developed as a requirement at college. As expected from a C algorithm-only, it's just a black terminal screen showing a bunch numbers and basic instructions. The application features basic manipulations in linked lists, including basic insertion, ascending order insertion, remove element, print list and split list.

Doubly linked list:

doublyList

The original code was such a mess and with a ton of code repetition, so I decided to organize it properly and avoid the fearsome CTRL+V. Despite simple, it was very important to make me understand a few abstract concepts such as pointers and memory adress.

About

C algorithm to create and modify linked lists using reference parameter

Topics

Resources

Stars

Watchers

Forks

Languages