Skip to content

TECHOUS/DSKaKhel

Repository files navigation

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