Muhammed Erdinç
aa0f47ed65
Linked list turkish readme ( #739 )
...
* added README.tr-TR.md for linked-list
* added gap
* linked list description edited.
2022-01-26 20:36:54 +01:00
Seymur
53781db275
Null Reference Exception ( #817 )
...
When `n.next = tail` is true, we assign `n` to `tail` and `null` to `tail.next`, so `n.next` also becomes `null`. Then we assign `n.next.next` (because now `n.next` is `null`), we try to get `next` of `null`. That is why we should add an `else` case to check if `n.next` is not equal to `tail`.
Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2022-01-22 10:19:14 +01:00
Oleksii Trekhleb
4b6c601158
Add Spanish link for the Linked List README.
2020-12-20 20:18:12 +01:00
Brandon Villa
fa1f930c99
Add missing step ( #345 )
2020-12-20 20:05:18 +01:00
Oleksii Trekhleb
1b0e27ab86
Add getValues() method to HashTable and update LinkedList READMEs.
2020-12-11 09:14:48 +01:00
Oleksii Trekhleb
e954d6d0f3
pt-BR translations fixes.
2019-04-16 18:05:39 +03:00
Marcos Gonçalves
ed99f9d216
Adds Portuguese (pt-BR) translation ( #340 )
...
* create portuguese translations
* renames `Lista Ligada` to `Lista Encadeada`
* revert changes on package-lock.json
2019-04-16 17:47:04 +03:00
matsuge
2632a3a683
Add Japanese translation ( #1 ) ( #337 )
...
* add japanese translation
* fix typo
2019-04-12 08:32:08 +03:00
Nilton Lopes
d569102f06
Update README.md ( #331 )
...
Adding link to read in portuguese :)
2019-03-22 07:27:12 +02:00
Cloudyan
8ab965b483
Update README.md ( #316 )
2019-03-08 13:05:50 +02:00
Masato Ohba
d267bd6e30
Fix typo: yeild => yield ( #309 )
...
```shell
ag -l yeild | xargs sed -i '' -e 's/yeild/yield/g'
```
2019-03-08 13:02:15 +02:00
Stulov Alex
90d8a3f6fc
Translate into Russian ( #275 )
...
* Translate LinkedList README in Russian.
* Translate missed sentence. Add link to Chinese README.
2018-12-28 07:13:01 +02:00
Hanh D. TRAN
4989a6a3b0
Add LinkedList traversal and reverse implementations ( #194 )
...
* Add LinkedList traverse function
* Add LinkedList reverse traversal implementations
* Update LinkedList traverse function
* Update LinkedList reverse traversal and test cases
* Update LinkedList traversal tests
2018-09-08 11:55:51 +03:00
Hanh D. TRAN
002d32a8cd
Update LinkedList prepend pseudocode and append test ( #188 )
...
* Add LinkedList test
* Add pseudocode for LinkedList prepend
2018-08-30 08:43:21 +03:00
Oleksii Trekhleb
a8d7435b8d
Fix LinkedList pseudo-code (issue #191 ).
2018-08-30 08:04:47 +03:00
Mahmoud Aslan
20497bb044
Fixed Contains operation pseudo code ( #180 )
2018-08-27 16:37:25 +03:00
Moshe
5667cfb550
Update README.md ( #163 )
...
fix verbiage
2018-08-14 15:18:55 +03:00
Oleksii Trekhleb
6c9641aa3d
Add pseudocodes to LinkedList.
2018-08-13 10:41:06 +03:00
Oleksii Trekhleb
f6c091bcb1
Add pseudocodes to LinkedList.
2018-08-13 10:38:19 +03:00
Moshe
02b70d95d6
Update README.md ( #162 )
...
Add Pseudocode and Big O notation
2018-08-13 10:30:49 +03:00
Oleksii Trekhleb
6e897a0a7a
Minor README updates.
2018-07-30 14:18:56 +03:00
Oleksii Trekhleb
ef72e2de79
Update READMEs.
2018-05-21 16:48:21 +03:00
Oleksii Trekhleb
629de0b8f6
Add README.
2018-04-14 09:29:39 +03:00
Oleksii Trekhleb
86a4069e26
Cleanup.
2018-03-30 10:37:24 +03:00
Oleksii Trekhleb
ce40b52e09
Add HashTable.
2018-03-28 09:29:47 +03:00
Oleksii Trekhleb
97b8765a7d
Add LinkedList.
2018-03-27 15:41:50 +03:00
Oleksii Trekhleb
309e7b59b7
Add LinkedList.
2018-03-27 15:41:26 +03:00
Oleksii Trekhleb
64e5428925
Add LinkedList.
2018-03-27 15:14:57 +03:00