This repository contains challenges related to stack and LinkedList data structures in Dart.
The LinkedList challenge involves implementing four functionalites:
- Print in Reverse
- Find the Middle Node
- Reverse a Linked List
- Remove All Occurrences in linked list data structure in Dart.
For detailed information and the challenge itself, refer to the LinkedList Challenges file in the LinkedListChallenges
folder.
The Stack challenge focuses on implementing print list in reverse order and checke balanced parentheses using stack data structure in Dart.
For more information and the challenge, navigate to the Stack Challenge file in the StackChallenges
folder.
Clone this repository and refer to the respective subfolders to explore and attempt the challenges.