Samrat De
c18c3c129a
wrapped all the functions inside a class
2020-05-22 09:23:02 +05:30
Samrat De
90c246035f
wrapped all the functions inside a class
2020-05-22 09:21:03 +05:30
Samrat De
3df1f82bf6
wrapped all the functions inside a class
2020-05-22 09:14:31 +05:30
Samrat De
a67f9278e3
wrapped all the functions inside a class
2020-05-22 09:11:56 +05:30
Samrat De
e5af368065
wrapped all the functions inside a class
2020-05-22 09:07:04 +05:30
Samrat De
74fc841f10
handled all automated failing tests
2020-05-21 19:46:40 +05:30
Samrat De
d90fdf8282
handled all automated failing tests
2020-05-21 19:40:07 +05:30
Samrat De
f55c76d0fb
fix: Doubly Linked List algorithm bug
2020-05-21 17:32:51 +05:30
Christian Clauss
a9cbc06fd7
Update linked_list.cpp
2020-04-22 16:09:12 +02:00
Christian Clauss
367b981810
Reduce code in linked_list.cpp
...
@mariangusatu Your review please.
2020-04-22 16:06:51 +02:00
Marian Gusatu
d999b480e5
Rename Linked List.cpp to linked_list.cpp
...
fix: reverse check for empty list + cpplint identation
2020-04-22 12:33:03 +03:00
Marian Gusatu
2edf620f7c
Update Linked List.cpp
...
fix: reverse check for empty list + cpplint coding style
2020-04-22 12:29:33 +03:00
Marian Gusatu
7be0b8deb3
Update Linked List.cpp
...
fix: reverse check for empty list + cpplint coding style
2020-04-22 12:26:03 +03:00
Marian Gusatu
248c335bf5
Update Linked List.cpp
...
fix: reverse check for empty list + cpp lint final coding style
2020-04-22 12:21:48 +03:00
Marian Gusatu
9c508e4fbb
Update Linked List.cpp
...
fix: reverse check for empty list + cpplint coding style
2020-04-22 12:18:56 +03:00
Marian Gusatu
15a030201d
Update Linked List.cpp
...
fix: reverse check for empty list + from tabs to spaces
2020-04-22 12:09:27 +03:00
Marian Gusatu
d2760d1e54
Update Linked List.cpp
...
fix: reverse check for empty list + converting tabs to spaces
2020-04-22 11:56:01 +03:00
Marian Gusatu
7ed069648d
fix: reverse check for empty list
2020-04-22 11:44:47 +03:00
Pooja
56413a542d
Update queue_using_linkedlist.cpp
2020-04-21 21:25:55 +05:30
Pooja
4e79d1b068
Create queue_using_linkedlist.cpp
2020-03-08 13:27:51 +05:30
Pooja
ef0f8a1546
Create queue_using_array.cpp ( #707 )
...
* Create queue_using_array.cpp
* std::cout
* clang-format -i -style="{IndentWidth: 4}" queue_using_array.cpp
* Update queue_using_array.cpp
* Update queue_using_array.cpp
* Update queue_using_array.cpp
* Update queue_using_array.cpp
Co-authored-by: Christian Clauss <cclauss@me.com>
2020-03-01 16:13:26 +01:00
Leo Yang
1c5b12323a
feat: add union find algorithm (aka disjoint set)
2020-01-24 23:22:08 -06:00
Leo Yang
c168638060
feat: add union find algorithm (aka disjoint set)
2020-01-24 23:14:25 -06:00
danghai
d6a5520bee
Add a simple queue class
2020-01-16 15:21:12 -08:00
danghai
ad23bbdf70
Add a simple class stack, and example
2020-01-12 16:53:13 -08:00
danghai
da6c0d8791
Add simple circular linkedlist
2020-01-07 16:11:49 -08:00
Christian Clauss
b5a074f188
trie_tree.cpp: #include <string.h> --> <string> ( #684 )
...
* trie_tree.cpp: #include <string.h> --> <string>
* std::string str
2019-12-19 12:48:43 +01:00
苏淞丰
78f500e864
Repair warning: ISO C + + forbids converting a string constant to 'char *' [- wwrite strings] ( #683 )
...
* Add header file
* Add header file and regulate code style
* Add header file and regulate code style
* Do not use namespace using-directives. Use using-declarations instead.
* Arctic2333 Add header file and regulate code style . Do not use namespace using-directives. Use using-declarations instead.
* Repair warning: ISO C + + forbids converting a string constant to 'char *' [- wwrite strings]
* Repair warning: ISO C + + forbids converting a string constant to 'char *' [- wwrite strings]
* rename
* RENAME
* Repair warning: ISO C + + forbids converting a string constant to 'char *' [- wwrite strings]
* char * -> string
* Update and rename trietree.cpp to trie_tree.cpp
* Delete TrieTree.cpp
* char hello[] = "hello";
2019-12-19 10:37:30 +01:00
Christian Clauss
fc7e416030
rename Data Structure -> data_structure ( #644 )
2019-11-28 13:28:41 +01:00