Exercises on Linked Lists
- Wednesday 14th, & Friday 16th Jan. 2021: Exercises on Linked List of Contacts.
- Wednesday 20th & Friday 22nd Jan. 2021: Exercises on Doubly Linked List, using the following draft code.
- Wednesday 27th Jan. 2021: Exercises on Circular Linked List, using the following draft code.
Some challenging problems on linked list that appeared in previous sessions:
- 2016 - 2017 - final - Exercise IV: Mirror Mirror … link to quiz.
- 2011-2012 Final: Exercise III: Intersection of 2 list
- 2011-2012 Partial: Exercise III: Extract a list from another.
- 2017-2018 final - Exercise III: Flatten a Linked List
- 2015-2016 session2: Exercise III: Reverse every alternate k nodes of the list
- 2011-2012 session2: Exercise IV: Check whether a linked list contains a loop.
- 2014 - 2015 - final - Exercise III: clone a linked list with an arbitrary pointer (recurrent in C interviews
- 2008-2009 final: Sparse Matrix (commandos year)
Check the Previous Exams Page in the Useful Info and Links section for many many more problems.
Also do not forget the 18 linked lists problems of Nick Parlante.
Modifié le: vendredi 19 février 2021, 09:49