Data structure in Kotlin | Linked-List

Data structure in Kotlin | Linked-List

ยท

3 min read

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

โฐ 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.