DEV Community

Cover image for Data Structures in Kotlin | Linked-List
Chetan garg
Chetan garg

Posted on

Data Structures in Kotlin | Linked-List

Hola Amigos! 🙌, I do tech blogging at AndroidBites, do check it out.

This page is dedicated to my learning of DataStructure. I never took time to learn them up and always been scared of them, but actual growth comes from fighting your fears, so I have decided to create my own version of them and entirely in Kotlin.
So my aim is to :

  • Create my own data structure implementations
  • provide them with the behavior as close the standard library
  • Battle-tested and Entirely in Kotlin

I believe in sharing so if you like to share too your always invited to contribute! 🤩
Let's grow together 💪🏻 ! happy hacking 💻.
P.S : Don't forget to show love and support 🥰 by sharing! & providing feedback! 📝 and PRs are always welcome

Chao!

📖 Repository

DataStructure-in-Kotlin

⏰ MileStones

Linked-List 1 : Create| Read | Update | Delete

👥 Social

Stalk Me 👀 :

LinkedIn | Medium | Twitter | StackOverflow | CodeWars | WorkX |Github | Instagram | Youtube

© 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.
Enter fullscreen mode Exit fullscreen mode

Top comments (0)