This is the implementation of my data structures app, written in Kotlin, that gives descriptions of 6 common data structures in computer science:
- Trees
- Queues
- Dictionaries
- Circular Arrays
- Stacks
- Linked Lists
Within the app, users are given the option to open and view my DataStructuresImplementation respository which gives the actual implementation of each data structure in Java with helpful Java Documentation.
Also, the app is built with a more friendly user interface with features like SharedContent animations, touch selectors, and a dynamic background.