wimanshaherath / Data-structures

implement data structures in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-structures

List ✏️

C++

  • Stack
    • without STL
    • with STL
  • Queue
    • without STL
    • Priority Queue with STL
      • for max heap
      • for min heap
      • compare
  • Deqeue
    • with STL

Java

  • Stack

Python

  • Queue
    • using list
    • using Queue module
    • using Dequeue module
    • Priority queue

Contribution Guidelines

for more details read How to contribute?

  • You cannot work on any issue that is not assigned to you.
  • If you have anything else in mind, FEEL FREE TO CREATE AN ISSUE and please wait for it to be assigned to you. If assigned to you, then you can start working on it and create a PR.
  • All PRs must be made from a Branch. Create a separate branch for every Issue you are working upon and then create a PR.
  • Plagiarism is not encouraged and a plagiarized PR won't be accepted at all.
  • PR should be created within a week of you being assigned to it.
  • At no point of time, you can claim more than 4 issues i.e. you can have at max 4 working issues, for this repository, at any point of time.

About

implement data structures in c++

License:MIT License


Languages

Language:C++ 63.2%Language:Python 22.7%Language:Java 14.2%