/linked-List_bubble-Sort_insert-Node

A simple "linked list" application with the bubble sort method. It can sort the linked list node values in ascending order and find the appropriate position in sorted linked list to insert a new node element.

Primary LanguageC

Stargazers