Commit graph

14 commits

Author SHA1 Message Date
Vitor Oliveira
4e1438728d
Merge pull request #69 from vbrazo/add-trie-data-structure-example
Trie data structure: Search string
2020-12-28 14:39:26 -08:00
Vitor Oliveira
43ebe0c33e Add Trie data structure: Search string 2020-12-27 11:13:10 -08:00
Vitor Oliveira
a285989e1c Rename var 2020-12-19 20:23:48 -08:00
Vitor Oliveira
dcfdf73a7f Separators 2020-12-19 20:20:45 -08:00
Vitor Oliveira
ecde337d9b Add better solution - O(n) time and space 2020-12-19 20:18:22 -08:00
Vitor Oliveira
d24e95ae02 Add brute force solution 2020-12-19 20:18:06 -08:00
Doppon
aca9a7c620 unify the folder name 2020-11-02 16:33:01 +09:00
Niboucha Redouane
75c72ca7a5 Fix the programming style (make it more idiomatic to Ruby) 2020-10-12 18:59:48 +02:00
Doppon
cb7542873e fix filename to snake_case 2020-05-14 11:20:14 +09:00
Doppon
9c1823739c fix syntax of data_structures 2020-05-14 11:05:14 +09:00
Chetan Kaushik
4eb1a37084
Merge pull request #19 from simonszu/lists
Lists
2017-11-05 22:58:44 +05:30
Simon Szustkowski
d036dfd236 Added a double linked list data structure 2017-10-03 15:06:15 +02:00
Simon Szustkowski
b0b33ec97b Added a single linked list data structure 2017-10-02 21:56:15 +02:00
Spencer King
df1d3b24dd Traversals and invert 2017-10-01 18:00:27 -05:00