An open API service indexing awesome lists of open source software.

https://github.com/ch8n/datastructure-in-kotlin

Self Implemented DataStructure in Kotlin
https://github.com/ch8n/datastructure-in-kotlin

Last synced: about 1 year ago
JSON representation

Self Implemented DataStructure in Kotlin

Awesome Lists containing this project

README

          

DataStructure in Kotlin BigBrainKotlin

![Big-Brain-Kotlin](./bigBrain.jpg)

## :hand: About
Hola Amigos! 🙌, welcome to my Kotlin Data-structure playground!
Here I'm doing my learning and research on data structures and implementing them myself using Kotlin, you are welcome to explore around 👩‍💻

Do let me know if you find something useful or want to suggest some improvement
also don't forget to checkout of blogs at [`chetangupta.net`](https://chetangupta.net/)

I also have special [`Big-Brain-Kotlin Series`](https://chetangupta.net/bbk-main) on going which teaches Kotlin stdlib,
for solving problems.

## :book: Content
* [Collection-Home](./src/main/kotlin) : Project Home
* [Collection-Test-Home](./src/test/kotlin) : Project Home
* Linked List
* [Linked-List](./src/main/kotlin/linkedlist)
* [Linked-List-Test](./src/test/kotlin/linkedlist)

## :eyes: Social
[LinkedIn](https://bit.ly/ch8n-linkdIn) |
[Medium](https://bit.ly/ch8n-medium-blog) |
[Twitter](https://bit.ly/ch8n-twitter) |
[StackOverflow](https://bit.ly/ch8n-stackOflow) |
[CodeWars](https://bit.ly/ch8n-codewar) |
[WorkX](https://bit.ly/ch8n-home) |
[Github](https://bit.ly/ch8n-git) |
[Instagram](https://bit.ly/ch8n-insta) |
[Youtube](https://bit.ly/ch8n-youtube)

## :cop: License
```
Copyright [2020] [Chetan gupta] [chetangupta.net]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

```