DEV Community

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

Posted on

3

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

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay