What it does
We implemented Bubble sort on Single Linked List in Python & C Programming languages to sort given number of data in ascending order.
What we learned
- OOPs Concept
- Single Linked List Data Structure
- Swapping of numbers
- Bubble Sort
- How to insert node and display linked list
Log in or sign up for Devpost to join the conversation.