Vitor Oliveira
|
929568120c
|
Minor changes
|
2021-03-09 16:32:57 -08:00 |
|
Jessica Kwok
|
13a2fe09b5
|
Hash table approach
|
2021-03-09 14:49:17 -08:00 |
|
Jessica Kwok
|
47a8216712
|
Sort plus comparing adjacent elements
|
2021-03-09 14:49:05 -08:00 |
|
Jessica Kwok
|
90a35a8197
|
Brute force approach
|
2021-03-09 14:48:21 -08:00 |
|
Vitor Oliveira
|
627ab8a265
|
Drop unused .each
|
2021-03-01 16:47:45 -08:00 |
|
Vitor Oliveira
|
f072feacff
|
Use .count as standard
|
2021-03-01 16:46:57 -08:00 |
|
Vitor Oliveira
|
32706822fa
|
remove nil
|
2021-03-01 16:44:18 -08:00 |
|
Vitor Oliveira
|
1d84acbabf
|
Fix issues
|
2021-02-28 17:12:11 -08:00 |
|
Vitor Oliveira
|
059d319a09
|
Change condition structure
|
2021-02-28 17:03:15 -08:00 |
|
Vitor Oliveira
|
29dc653dba
|
Minor changes
|
2021-02-28 17:01:15 -08:00 |
|
Vitor Oliveira
|
8e1e5586a5
|
Add O(1) space approach
|
2021-02-28 13:24:29 -08:00 |
|
Vitor Oliveira
|
c829dd4896
|
Add more explanation
|
2021-02-28 13:17:09 -08:00 |
|
Vitor Oliveira
|
3896dcac3a
|
Do not use CamelCase
|
2021-02-13 10:20:58 -08:00 |
|
Vitor Oliveira
|
f73c8ff2c2
|
Minor changes
|
2021-02-13 10:19:20 -08:00 |
|
Vitor Oliveira
|
97f5d87d96
|
Delete unnecessary file
|
2021-02-13 09:54:52 -08:00 |
|
Vitor Oliveira
|
906ccac28d
|
Make changes according to review
|
2021-02-13 09:54:10 -08:00 |
|
Vitor Oliveira
|
baa7ca17b4
|
Update data_structures/linked_lists/circular_linked_list.rb
Co-authored-by: vzvu3k6k <vzvu3k6k@gmail.com>
|
2021-02-13 09:47:50 -08:00 |
|
Vitor Oliveira
|
c99c8ffb04
|
Rename files
|
2021-02-07 10:24:22 -08:00 |
|
Vitor Oliveira
|
0624af6cb9
|
Rename class names
|
2021-02-07 10:17:53 -08:00 |
|
Vitor Oliveira
|
a4b8e1eb15
|
Add tests for Circular linked list
|
2021-02-07 10:15:36 -08:00 |
|
Vitor Oliveira
|
94bd130aad
|
Add quick test for SingleList
|
2021-02-07 10:13:12 -08:00 |
|
Vitor Oliveira
|
5ddb7345bf
|
remove unused variable
|
2021-02-07 10:13:12 -08:00 |
|
Vitor Oliveira
|
1511265825
|
Improve doubly linked list
|
2021-02-07 10:08:48 -08:00 |
|
Vitor Oliveira
|
1fe4dead1b
|
minor changes
|
2021-02-06 23:12:37 -08:00 |
|
Vitor Oliveira
|
e21120857d
|
Clean up
|
2021-02-06 23:05:54 -08:00 |
|
Vitor Oliveira
|
6fe6a51249
|
Merge branch 'master' into add-queue-data-structure-example
|
2020-12-28 14:40:24 -08:00 |
|
Vitor Oliveira
|
9125b8ae3f
|
Merge branch 'master' into add-stack-data-structure-example
|
2020-12-28 14:39:53 -08:00 |
|
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
|
7cbb0654b7
|
Rename variable que to queue
|
2020-12-27 20:55:52 -08:00 |
|
Vitor Oliveira
|
888ad29ba2
|
Add references links
|
2020-12-27 15:19:28 -08:00 |
|
Vitor Oliveira
|
a7334a3cbe
|
Add Queue data structure: Array, Queue and SizedQueue
|
2020-12-27 15:05:46 -08:00 |
|
Vitor Oliveira
|
80ecfe2270
|
Add StackOverflowError example
|
2020-12-27 14:07:08 -08:00 |
|
Vitor Oliveira
|
f0a01ee3da
|
Minor changes
|
2020-12-27 14:02:46 -08:00 |
|
Vitor Oliveira
|
caa5afd97d
|
Add Stack data structure: simple stack operations
|
2020-12-27 13:57:41 -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 |
|
Harsh kumar
|
2ab1f330b4
|
Create CircularList
|
2019-10-05 11:46:16 +05:30 |
|
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 |
|