codeintuition.io

Data Structures Learning Path

1. Array

Begin your learning journey with the most basic of all data structures

Show Index
Show Index

2. Singly Linked List

Learn in-depth the most fundamental data structure in a programmer's life

Show Index
Show Index

3. Doubly Linked List

Learn about the powerful extension of the singly linked list that powers stacks and queues

Show Index
Show Index

4. Stack

The data structure behind recursion, memory management and much more

Show Index
Show Index

5. Queue

Learn about the data structure that powers CPU and disk scheduling algorithms

Show Index
Show Index

6. Recursion

Take a deep dive into one of the most intuitive programming paradigm

Show Index
Show Index

7. Backtracking

Learn about the ultimate recursive brute force technique

Show Index
Show Index

8. Binary Tree

Learn all about the most critical data structure in computer science

Show Index
Show Index

9. Binary Search Tree

Learn about the most critical search data structure in computer science

Show Index
Show Index

Loading ...