GithubHelp home page GithubHelp logo

adisrivastava121 / algorithms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sobhanbera/algorithms

0.0 0.0 0.0 769 KB

Algorithms and data structures in many languages.

License: MIT License

C++ 51.18% TypeScript 3.61% Python 22.41% Java 19.57% JavaScript 3.24%

algorithms's Introduction

HACKTOBERFEST 2020

image

Star The Repository if it helped you in any direction.

Algorithms and Data-Structures.

This is a repository to get Algorithms and data-structures in many languages.

Everybody is welcomed to contribute to this repo.

Overview

The goal of this project is to help the beginners with their contributions in Open Source. We aim to achieve this collaboratively, so feel free to contribute in any way you want, just make sure to follow the contribution guidelines. You can contribute to it in either of the following ways: You can choose atleast any one option below or can add any algorithm or data-structure you like:

  • Beginners:
    • A simple algorithm you know in any language.
    • Add any easy comptitive programming question you like.
  • Intermediate:
    • Add any algorithm you like.
    • Add any data-structure implementation.
    • Add any interview question as comment and solution in any language.
  • Experienced:
    • Add any important algorithm in any language.
      • Add any game in your favorite programming language!
    • Add any Hard Problem from competitve programming website.
    • Add any interview question as comment and solution in any language.

Implementations

Quick Start

  • You must be assigned to an issue before this steps.
  • Fork this repo.
  • Clone the repo or type this commands.
    git clone https://github.com/<your_username_here>/algorithms.git
    cd design-blocks
  • Start writing you code, when done with the code part type this commands.
    git add .
    git commit -m "<what_you_have_contributed>"
    git push
  • Then make a PR to this repo and wait for the merge.
  • That's it you have contributed to open source.
  • If you enjoyed this you can do it again with another code.

What is Hacktoberfest?

Hacktoberfest is a month long virtual festival event to celebrate open source contributions presented by Digital Ocean and DEV. It is the easiest way to get into open source!

During the entire month of October 2020, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions.

Why Should I Contribute?

The Hacktoberfest’s simple plain objective is: Support open source and earn a limited edition T-shirt! But, it’s not just about the t-shirts or stickers. Its about supporting open source. Its about celebrating open source, and giving it back. If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities.

What Can I Contribute?

Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code. You can contribute to anything from code to simple fix, new feature to grammar mistake.

How to Contribute in this repo.

Contributing to open-source is easy.

  • Please read the contributing guideline before any PR.
  • Fork the repository
  • Improve current program by
    • improving codes and features
    • adding new feature
    • add any algorithm you like
    • by adding any data-structure implementation yout like.
    • improving the documentation
    • you can also optimise somebody's code
  • Push your work and Create a Pull Request

Click here for more explanation

What if my pull requests aren’t accepted?

The only exception would be if the project maintainer chooses to mark your pull request as “invalid”. Even if your pull requests aren’t accepted, they should still count toward your 4 pull requests necessary to earn the shirt.

What kinds of pull requests count toward earning the Hacktoberfest shirt?

Any pull request made to a public repo on GitHub will count. The pull request must contain commits you personally made yourself — not automated commits from bots.

You can contribute to any open source project hosted on Github.com and contribute anything between October 1 to October 31 midnight in 2020. You will find plenty of issues labeled with hacktoberfest or good-first-issue etc on Github. These will be the simple ones most probably and easy to fix.

Implemented Algorithms

Algorithm CPP Java Python JavaScript Golang C# Other
Binary Search
Bogo Sort TS ✔
Breadth First Search
Breadth First Traversal
Bubble sort
Counting Sort
Depth First Search
Depth First Traversal
Dijkstra Algorithm
Finite Automata
Heap Sort
Huffman Coding
Insertion Sort
Interpolation Search
K-NN
K Centers Problem
Kadane's Algorithms
KMP Algorithm
Kruskal’s Minimum Spanning Tree Algorithm
Linear Search
Longest Common Subsequence
Longest Increasing Subsequence
Longest Palindromic Substring
Merge Sort
Naive Search
Quick Sort
Radix Sort
Selection Sort
Sieve of Eratosthenes
Suffix Array
Shell Sort

Some CP Question

Questions CPP Java Python JavaScript Golang C# Other
Binomial Coefficient
Bellman–Ford Algorithm
Coin Change
Count ways to reach the n’th stair
Cutting a Rod
Edit Distance
Egg Droping Puzzle
Four Sum
Knapsack Problem
Largest Sum Contiguous Subarray
m Coloring Problem
Pascal’s Triangle
Matrix Chain Multiplication
Maximum sum rectangle in a 2D matrix
Min Cost Path
Palindrome Partitioning
Partition problem
Subset Sum
Tiling Problem
The Knight’s tour problem
Three Sum
Two Sum
Variations of LIS
Word Wrap Problem

Data Structures Implementations.

Data Structure CPP Java Python JavaScript Golang C# Other
AVL Tree
Binary Search Tree
Binary Tree
Doubly Linked List
Graph
Heap
Linked List
Queue
Stack
Trie

you can add more algorithms, data-structure and cp problems if you like to in the readme file

How to run them

Language Steps
C++
g++ <filename.cpp>
./a.out # unix
a.exe # windows
Java
javac <filename.java>
java
Python
python <filename.py>
JavaScript
node <filename.js>
Golang
go run <filename.go>
C#
mcs <filename.cs>
mono <filename.exe>
Request:-
  • please provide some explanation to the code you write in form of comments.
  • add at least any one among whatever(algoritms, ds, questions) you know.

Thanks Everyone For Contributing.


SobhanBera

💻

Kavyapriyakp

💻

3t8

💻

waridrox

💻

dbarnwal

💻

ng29

💻

Manav1

💻

pranavkhapra

💻

jhudsonsg

💻

Croustys

💻

anuranjanpandey

💻

YuvrajSHAD

💻

erikrios

💻

Djay1407

💻

SuryaSekhar14

💻

sunnybhandari02

💻

ShadowFax1731

💻

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.