1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Add data structures and algorithm roadmap

This commit is contained in:
Kamran Ahmed
2024-02-20 16:33:00 +00:00
parent fdee813a0b
commit d697707384
106 changed files with 7167 additions and 26 deletions

Binary file not shown.

View File

@@ -48,11 +48,10 @@ const {
{ {
isNew && ( isNew && (
<span class='absolute bottom-1.5 right-2 flex items-center rounded-br rounded-tl text-xs font-medium text-purple-300'> <span class='absolute bottom-1.5 right-2 flex items-center rounded-br rounded-tl text-xs font-medium text-purple-300'>
<span class='mr-1.5 flex h-2 w-2'> <span class='flex h-2 w-2'>
<span class='absolute inline-flex h-2 w-2 animate-ping rounded-full bg-purple-400 opacity-75' /> <span class='absolute inline-flex h-2 w-2 animate-ping rounded-full bg-purple-400 opacity-75' />
<span class='relative inline-flex h-2 w-2 rounded-full bg-purple-500' /> <span class='relative inline-flex h-2 w-2 rounded-full bg-purple-500' />
</span> </span>
New
</span> </span>
) )
} }

View File

@@ -0,0 +1 @@
# Language

View File

@@ -0,0 +1 @@
# Programming fundamentals

View File

@@ -0,0 +1 @@
# Data structures

View File

@@ -0,0 +1 @@
# Basic data structures

View File

@@ -0,0 +1 @@
# Algorithmic complexity

View File

@@ -0,0 +1 @@
# Sorting algorithms

View File

@@ -0,0 +1 @@
# Search algorithms

View File

@@ -0,0 +1 @@
# Tree data structure

View File

@@ -0,0 +1 @@
# Graph data structure

View File

@@ -0,0 +1 @@
# Advanced data structures

View File

@@ -0,0 +1 @@
# Complex data structures

View File

@@ -0,0 +1 @@
# Indexing

View File

@@ -0,0 +1 @@
# Problem solving techniques

Some files were not shown because too many files have changed in this diff Show More