en.javascript.info/1-js/06-advanced-functions/01-recursion
lumosmind 95495bd5dc
linked list must end with 'null'
We need to put 'null' to end of linked list. otherwise wen we want to get last item in the linked list, it will be undefined. And this situation inconsistent with object literal definition of linked list above.
2019-10-29 16:50:37 +03:00
..
01-sum-to fixes 2019-06-15 18:10:40 +03:00
02-factorial up 2017-03-21 14:41:49 +03:00
03-fibonacci-numbers re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
04-output-single-linked-list Fix typo 2019-07-27 01:44:17 +05:00
05-output-single-linked-list-reverse Fix typo 2019-06-13 11:49:20 +03:00
article.md linked list must end with 'null' 2019-10-29 16:50:37 +03:00
head.html adjust fonts for epub 2018-10-22 01:09:27 +03:00
linked-list-0.svg re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
linked-list-remove-1.svg re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
linked-list-split.svg re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
linked-list.svg re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
recursion-pow.svg re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
recursive-salaries.svg re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00