forked from codepath/compsci_guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Unit 5 Session 2
Jessica Sang edited this page Sep 14, 2024
·
1 revision
Part of TIP101 Unit 5
- Battle Pokemon
- Convert to Linked List
- Add First
- Get Tail
- Replace Node
- List Nodes
- Insert Value
- Linked Listify
- Doubly Linked List
- Print Backwards
- 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
- 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