Unit 5 Session 2 - codepath/compsci_guides GitHub Wiki
Part of TIP101 Unit 5
🔗 Problem Statements
Problem Set Version 1
- Battle Pokemon
- Convert to Linked List
- Add First
- Get Tail
- Replace Node
- List Nodes
- Insert Value
- Linked Listify
- Doubly Linked List
- Print Backwards
Problem Set Version 2
- Poker Two-Pair Hand
- Barbie Linked List
- Insert Value First
- Linked List Length
- Delete Tail
- Greatest Node
- Pop Node
- Find Middle Node
- Create Double Links
- Double to Single
Problem Set Version 3
- Calculate Tournament Placement
- Update Linked List Sequence
- Insert Node as Second Element
- Increment Linked List Node Values
- Copy Linked List
- Find Minimum in Linked List
- Remove Node by Value from Linked List
- Move Tail to Front of Linked List
- Convert Singly Linked List to Doubly Linked List
- Find Length of Doubly Linked List from Any Node