All Projects → TechOUs → DSKaKhel

TechOUs / DSKaKhel

Licence: Apache-2.0 license
A repository of learn data structures implementation by learning new ones & by contributing

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DSKaKhel

projecthactoberfest
hactoberfest 2022
Stars: ✭ 32 (+88.24%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2022
GrowGreen
Grow Green Web App allows users worldwide to create awareness about the environment and do their bit by contributing.
Stars: ✭ 51 (+200%)
Mutual labels:  hacktober, hacktoberfest-starter
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+688.24%)
Mutual labels:  hacktober, hacktoberfest-starter
Hacktoberfest-2021
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest
Stars: ✭ 1 (-94.12%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2022
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-23.53%)
Mutual labels:  hacktober, hacktoberfest-starter
Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (+135.29%)
Mutual labels:  hacktober, hacktoberfest2022
Hacktoberfest2021-for-everyone
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.
Stars: ✭ 178 (+947.06%)
Mutual labels:  hacktoberfest2022, hacktoberfest22
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-23.53%)
Mutual labels:  hacktober, hacktoberfest-starter
TheAlgorithms
This contains whatever you need to study about Algos...
Stars: ✭ 21 (+23.53%)
Mutual labels:  hacktober, hacktoberfest-starter
HacktoberFest2021
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 9 (-47.06%)
Mutual labels:  hacktober, hacktoberfest2022
titan-starter-website
A Laravel Website and Admin starter project that helps you with the setup.
Stars: ✭ 51 (+200%)
Mutual labels:  hacktoberfest2022
jahir.dev
My personal website 💎 – Built using Next.js, TypeScript, MDX, contentlayer, Notion and Stitches styled components
Stars: ✭ 119 (+600%)
Mutual labels:  hacktoberfest2022
frontend
Charity platform https://podkrepi.bg Docs https://docs.podkrepi.bg
Stars: ✭ 118 (+594.12%)
Mutual labels:  hacktoberfest2022
SlugTerra
Hactoberfest 2020-2022 Project
Stars: ✭ 35 (+105.88%)
Mutual labels:  hacktoberfest2022
BashBar
No description or website provided.
Stars: ✭ 28 (+64.71%)
Mutual labels:  hacktoberfest2022
MusicPlayer
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❤️
Stars: ✭ 218 (+1182.35%)
Mutual labels:  hacktoberfest2022
triumph-gui
Simple lib to create inventory GUIs for Bukkit platforms.
Stars: ✭ 196 (+1052.94%)
Mutual labels:  hacktoberfest2022
Hacktoberfest 2021
About All kinds of programs are accepted here, raise a genuine PR, and claim a PR, Make 4 successful PR's and get the Stickers and T-Shirt from hacktoberfest 2021
Stars: ✭ 22 (+29.41%)
Mutual labels:  hacktober-fest
MyNotes
📒Note taking app, MVVM with Google Architectural components Room, LiveData and ViewModel written in Kotlin, androidx libraries
Stars: ✭ 60 (+252.94%)
Mutual labels:  hacktoberfest2022
GNews
A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.
Stars: ✭ 271 (+1494.12%)
Mutual labels:  hacktoberfest2022

DSKaKhel

Learning Data Structures is a like of Khel (Game), for getting good at this Khel, learn new data structures via contributing to this repository.

GitHub closed pull requests by-label GitHub pull requests by-label GitHub closed pull requests by-label GitHub closed pull requests by-label GitHub Repo stars GitHub top language Lines of code GitHub code size in bytes

If you interested in something amazing or you like Money Heist then try AlgoHeist here.

image

Contributing Guidelines

For contributions checkout new updated guidelines


Hacktober Fest 22 Updates

PRs count if:

  • Submitted during the month of October AND

    • Submitted in a public repo AND (

      • The PR is labelled as hacktoberfest-accepted by a maintainer OR
      • Submitted in a repo with the hacktoberfest topic AND (
        • The PR is merged OR
        • The PR has been approved

      )

    )

As a part of this update your PRs will be marked as hacktoberfest-accepted label before merging and don't get shocked PRs opened in this repository we will be counted in the Hacktober Fest 22.

Happy Hacking !


Code Of Conduct

We are following Contributor Covenant Code of Conduct.

ARRAYS

  • 1D Arrays
  • 2D Arrays
  • 3D Arrays
  • 4D Arrays
  • INBUILT
  • MISC
    • JAGGED
    • Arrangement and Rearrangement
      • Rearrange Positive and Negative
      • Replace even in the stream
    • ARRAY ROTATION
      • Rotate array in O(n)
      • Rotate array to right
      • Rotate array cyclically
      • Rotate array by K
      • Rotate matrix by 90
      • Find the min count to get original array from rotated array
      • Find Maximum Hamming Distance
      • Find Maximum value with only rotations allowed
      • Find Minimum Element in Rotated Sorted Array
      • Find pair with given Sum in Rotated Sorted Array
    • Occurances
      • Find Maximum odd count
      • Find missing number with the given duplicate
      • Find pairs with sum K
      • Occurance of particular number
      • Row and Column Sum
    • Order Statistics
      • Find smallest in 2d matrix
      • Find largest element in array
      • Find Mean and Median of the array
      • Find the K largest Smallest Element
      • Find the largest 3 elements
    • Pattern Printing

STRINGS


LISTS


STACKS


QUEUES

NORMAL QUEUE

DOUBLE ENDED QUEUE

CIRCULAR QUEUE


TREES

BINARY TREES


HEAPS


GRAPHS

  • Representation of Graph - Adjacency list

GitHub

NOTE : Don't forget to pull before pushing your commits otherwise it will create merge conflicts

©️ TECHOUS 2019-22

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].