Data Structures Courses in Rust
Master data structures with Coddy. Practice arrays, linked lists, trees, graphs, and hash tables through hands-on challenges to build strong problem-solving foundations.
Stack - Data Structures Series #1
PopularIn this course, you will learn about the Stack data structure, create a Stack from zero using your preferred language, and practice coding challenges with it!
- 13
- 6
- 1
Heaps & Priority Queues - Data Structures Series #7
PopularIn this course, you will learn about the Heap data structure (the backbone of priority queues), create a MinHeap from zero using your preferred language, and practice coding challenges with it!
Certificate on completion
- 14
- 6
- 1
Linked List - Data Structures Series #5
PopularIn this course, you will learn about the Linked List data structure, create a Linked List from zero using your preferred language, and practice coding challenges with it!
Certificate on completion
- 14
- 6
- 1
Hash Tables - Data Structures Series #4
PopularIn this course, you will learn about the Hash Table data structure, create a Hash Table from zero using your preferred language, and practice coding challenges with it!
Certificate on completion
- 14
- 12
Binary Tree - Data Structures Series #3
PopularIn this course, you will learn about the Binary Tree data structure, create a Binary Tree from zero using your preferred language, and practice coding challenges with it!
- 13
- 5
- 1
Queue - Data Structures Series #2
In this course, you will learn about the Queue data structure, create a Queue from zero using your preferred language, and practice coding challenges with it!
- 12
- 5
- 1
Doubly Linked List - Data Structures Series #6
In this course, you will learn about the Doubly Linked List data structure, create a Doubly Linked List from zero using your preferred language, and practice coding challenges with it!
Certificate on completion
- 14
- 6
- 1
Counting Sort - DSA Series
NewMaster Counting Sort, a non-comparison algorithm that sorts non-negative integers in linear time by tallying values. Build the counting phase, write the full sort in your language of choice, analyze its O(n + k) complexity, and practice with coding challenges.
Certificate on completion
- 9
- 3
- 1
- 52
Radix Sort - DSA Series
NewMaster Radix Sort, a non-comparison algorithm that sorts non-negative integers digit by digit. Build the stable counting-sort pass, write the full sort in your language of choice, analyze its linear-time behavior, and practice with coding challenges.
Certificate on completion
- 9
- 3
- 1
- 55
Heap Sort - DSA Series
NewMaster Heap Sort, the array-based binary heap turned into a sorting algorithm. Build the sift-down step, write the full sort in your language of choice, analyze its O(n log n) time and O(1) space, and practice with coding challenges.
Certificate on completion
- 9
- 3
- 1
- 54
Quick Sort - DSA Series
NewMaster Quick Sort, one of the fastest sorting algorithms in practice. Build the partition step, write the full recursive sort in your language of choice, analyze its complexity, and practice with coding challenges.
Certificate on completion
- 9
- 3
- 1
- 52
Merge Sort - DSA Series
NewMaster Merge Sort, the classic divide and conquer algorithm. Build the merge step, write the full recursive sort in your language of choice, analyze its O(n log n) complexity, and practice with coding challenges.
Certificate on completion
- 9
- 3
- 1
- 52
Selection Sort - DSA Series
NewMaster Selection Sort, one of the simplest sorting algorithms. See how it works step by step, build it from scratch in your language of choice, analyze its complexity, and practice with coding challenges.
Certificate on completion
- 9
- 3
- 1
- 54
Graphs - Data Structures Series #9
In this course, you will learn about the Graph data structure, create an undirected graph from zero in your preferred language, and practice coding challenges with it!
Certificate on completion
- 14
- 12
Tries - Data Structures Series #8
In this course, you will learn about the Trie (prefix tree), create one from zero in your preferred language, and practice coding challenges with it!
Certificate on completion
- 14
- 12