Menu
Coddy logo textTech

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

Popular

In 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!

Data Structures
  • 13
  • 6
  • 1

Heaps & Priority Queues - Data Structures Series #7

Popular

In 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!

Data Structures
certificate icon

Certificate on completion

  • 14
  • 6
  • 1

Linked List - Data Structures Series #5

Popular

In 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!

Data Structures
certificate icon

Certificate on completion

  • 14
  • 6
  • 1

Hash Tables - Data Structures Series #4

Popular

In 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!

Data Structures
certificate icon

Certificate on completion

  • 14
  • 12

Binary Tree - Data Structures Series #3

Popular

In 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!

Data Structures
  • 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!

Data Structures
  • 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!

Data Structures
certificate icon

Certificate on completion

  • 14
  • 6
  • 1

Counting Sort - DSA Series

New

Master 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.

Data Structures
certificate icon

Certificate on completion

  • 9
  • 3
  • 1
  • 52

Radix Sort - DSA Series

New

Master 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.

Data Structures
certificate icon

Certificate on completion

  • 9
  • 3
  • 1
  • 55

Heap Sort - DSA Series

New

Master 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.

Data Structures
certificate icon

Certificate on completion

  • 9
  • 3
  • 1
  • 54

Quick Sort - DSA Series

New

Master 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.

Data Structures
certificate icon

Certificate on completion

  • 9
  • 3
  • 1
  • 52

Merge Sort - DSA Series

New

Master 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.

Data Structures
certificate icon

Certificate on completion

  • 9
  • 3
  • 1
  • 52

Selection Sort - DSA Series

New

Master 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.

Data Structures
certificate icon

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!

Data Structures
certificate icon

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!

Data Structures
certificate icon

Certificate on completion

  • 14
  • 12

See these data structures in action

Watching a structure animate makes it click. Step through these interactive visualizations, then come back and build them in code.

Browse all visualizations →

Frequently asked questions

What is Rust Data Structures Courses?

Master data structures with Coddy. Practice arrays, linked lists, trees, graphs, and hash tables through hands-on challenges to build strong problem-solving foundations.

Are the Rust Data Structures Courses courses free?

Yes - every course is free to start and runs in your browser, no downloads needed.

How long do Rust Data Structures Courses courses take?

Each lesson takes 5–15 minutes; full courses range from a few hours to a few days of practice depending on depth.
Coddy programming languages illustration

Start Data Structures Courses in Rust

GET STARTED