Skip to content

Commit 80f0dd0

Browse files
committed
no commit message
1 parent 263f215 commit 80f0dd0

File tree

1,822 files changed

+5481
-8216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,822 files changed

+5481
-8216
lines changed

Architecture/Code_design/Algorithms/Min_max/Heap/deno_binary_heap.deno.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
 
3-
 DENO_BINARY_HEAP 
4-
 
5-
6-
2+
┏━━━━━━━━━━━━━━━━━━━━━━┓
3+
┃ DENO_BINARY_HEAP ┃
4+
┗━━━━━━━━━━━━━━━━━━━━━━┛
75

86
VERSION ==> #Part of Deno
97
#Browser compatible

Architecture/Code_design/Algorithms/Min_max/min_max.theory.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

2-
 
3-
 MIN_MAX 
4-
 
5-
2+
┏━━━━━━━━━━━━━┓
3+
┃ MIN_MAX ┃
4+
┗━━━━━━━━━━━━━┛
65

76
┌───────────┐
87
│ QUEUE │

Architecture/Code_design/Algorithms/Search/Search_tree/deno_red_black_tree.deno.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
 
3-
 DENO_RED_BLACK_TREE 
4-
 
5-
6-
2+
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
3+
┃ DENO_RED_BLACK_TREE ┃
4+
┗━━━━━━━━━━━━━━━━━━━━━━━━━┛
75

86
VERSION ==> #Part of Deno
97
#Browser compatible

Architecture/Code_design/Algorithms/Search/Search_tree/search_tree.theory.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

2-
 
3-
 SEARCH_TREE 
4-
 
5-
2+
┏━━━━━━━━━━━━━━━━━┓
3+
┃ SEARCH_TREE ┃
4+
┗━━━━━━━━━━━━━━━━━┛
65

76
┌────────────────┐
87
│ ALGORITHMS │

Architecture/Code_design/Algorithms/Search/bidirectional_map.deno.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

2-
 
3-
 BIDIRECTIONAL_MAP 
4-
 
5-
2+
┏━━━━━━━━━━━━━━━━━━━━━━━┓
3+
┃ BIDIRECTIONAL_MAP ┃
4+
┗━━━━━━━━━━━━━━━━━━━━━━━┛
65

76
VERSION ==> #Part of Deno
87
#Browser compatible

Architecture/Code_design/Algorithms/Search/graph.theory.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
 
3-
 GRAPH 
4-
 
5-
6-
2+
┏━━━━━━━━━━━┓
3+
┃ GRAPH ┃
4+
┗━━━━━━━━━━━┛
75

86
COMPARISON ==> #If the focus|importance is on:
97
# - nodes and adjacency: node list, adjacency list, adjacency matrix

Architecture/Code_design/Algorithms/Search/hash_table.theory.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
 
3-
 HASH TABLE 
4-
 
5-
6-
2+
┏━━━━━━━━━━━━━━━━┓
3+
┃ HASH TABLE ┃
4+
┗━━━━━━━━━━━━━━━━┛
75

86
HASH TABLE ==> #Implementation of an associative array where:
97
# - values are stored in an array

Architecture/Code_design/Algorithms/Search/linked_list.theory.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
 
3-
 LINKED_LIST 
4-
 
2+
┏━━━━━━━━━━━━━━━━━┓
3+
LINKED_LIST
4+
┗━━━━━━━━━━━━━━━━━┛
55

66
┌─────────────┐
77
│ GENERAL │

Architecture/Code_design/Algorithms/Search/random_access_array.theory.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
 
3-
 RANDOM_ACCESS_ARRAY 
4-
 
5-
6-
2+
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
3+
┃ RANDOM_ACCESS_ARRAY ┃
4+
┗━━━━━━━━━━━━━━━━━━━━━━━━━┛
75

86
RANDOM ACCESS ARRAY ==> #Array where all items have same size.
97
#Optimized for random access.

Architecture/Code_design/Algorithms/Search/searching.theory.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

2-
 
3-
 SEARCH 
4-
 
5-
2+
┏━━━━━━━━━━━━┓
3+
┃ SEARCH ┃
4+
┗━━━━━━━━━━━━┛
65

76
┌─────────────┐
87
│ GENERAL │

Architecture/Code_design/Algorithms/Shuffle/shuffle.deno.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
 
3-
 SHUFFLE 
4-
 
5-
6-
2+
┏━━━━━━━━━━━━━┓
3+
┃ SHUFFLE ┃
4+
┗━━━━━━━━━━━━━┛
75

86
VERSION ==> #Part of Deno
97
#Browser compatible

Architecture/Code_design/Algorithms/Shuffle/shuffle.theory.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
 
3-
 SHUFFLE 
4-
 
5-
6-
2+
┏━━━━━━━━━━━━━┓
3+
┃ SHUFFLE ┃
4+
┗━━━━━━━━━━━━━┛
75

86
SORT SHUFFLE ==> #Assign a random number to each element
97
#Sort list using that random number as key

Architecture/Code_design/Algorithms/algorithms.theory.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
 
3-
 ALGORITHMS 
4-
 
5-
6-
2+
┏━━━━━━━━━━━━━━━━┓
3+
┃ ALGORITHMS ┃
4+
┗━━━━━━━━━━━━━━━━┛
75

86
QUALITIES ==> #Qualities of an algorithm:
97
# - "optimality": best solution is found

Architecture/Code_design/Algorithms/information_theory.theory.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
 
3-
 INFORMATION THEORY 
4-
 
5-
6-
2+
┏━━━━━━━━━━━━━━━━━━━━━━━━┓
3+
┃ INFORMATION THEORY ┃
4+
┗━━━━━━━━━━━━━━━━━━━━━━━━┛
75

86
MESSAGE ==> #Message vs signal:
97
# - sent message is before encoding

0 commit comments

Comments
 (0)