Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manasmalla/learning-kotlin
a series of programs in the Kotlin programming language to help learn the concepts of data structures and understand complex algorithms to solve real-time problems, following the A-Z striver sheet, provided by TakeYouForward™️.
https://github.com/manasmalla/learning-kotlin
algorithms data-structures dsa kotlin leetcode
Last synced: 2 days ago
JSON representation
a series of programs in the Kotlin programming language to help learn the concepts of data structures and understand complex algorithms to solve real-time problems, following the A-Z striver sheet, provided by TakeYouForward™️.
- Host: GitHub
- URL: https://github.com/manasmalla/learning-kotlin
- Owner: ManasMalla
- License: apache-2.0
- Created: 2024-12-02T16:12:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T18:57:51.000Z (29 days ago)
- Last Synced: 2025-01-12T19:37:35.478Z (29 days ago)
- Topics: algorithms, data-structures, dsa, kotlin, leetcode
- Language: Kotlin
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Kotlin
A series of programs in the Kotlin programming language to help learn the concepts of data structures and understand complex algorithms to solve real-time problems, following the [A-Z striver sheet](https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2), provided by TakeYouForward™️.
## Contents
1. [Basics of Kotlin](basics/README.md)
2. [Patterns](patterns/README.md)
3. [Recursion](recursion/README.md)