Coder Social home page Coder Social logo

iianuragii / algorithms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kumar-laxmi/algorithms

1.0 0.0 0.0 1.37 MB

A Repository for algorithms in C, C++, Python and Java

License: Apache License 2.0

C++ 30.68% Python 27.33% C 21.68% Java 20.31%

algorithms's Introduction

image

A repository for all Algorithms



Programs we have been a part of

No. Program Name Duration Deployment
1. Hacktoberfest (2022) 1st Oct 2022 - 31st Oct 2022 Algorithm
2. Social Winter of Code (2023) 1st Jan 2023 - 10th Apr 2023 Algorithm


Available Resources

  • The resources are categorized based on programming language. One folder for one programming language

    • Each folder has different subfolders. The subfolder represents the category algorithm belongs to
      • Each subfolder has different files. Filename represents the name of the algorithm

No. Algorithm Name Available languages Category
1. Huffman Coding C, C++, Python Data Compression
2. Dijkstra C, C++, Java, Python Graphs
3. Floyd Warshall C, C++, Java, Python Graphs
4. Prim's Algorithm C++ Graphs
5. Singly Linked List C, C++, Python Linked List
6. Doubly Linked List Java Linked List
7. Factors C, C++, Java, Python Maths
8. Prime Number C, C++, Java, Python Maths
9. Binary Search C, C++, Java, Python Searching
10. Linear Search C, C++, Java, Python Searching
11. Bubble Sort C, C++, Java, Python Sorting
12. Cyclic Sort C++, Java Sorting
13. Heap Sort C, C++, Java, Python Sorting
14. Insertion Sort C, C++, Java, Python Sorting
15. Merge Sort C, C++, Java, Python Sorting
16. Selection Sort C, C++, Java, Python Sorting
17. AVL Tree C++, Python Trees
18. Binary Search Tree C Trees
19. Red-Black Tree C++, Python Trees
20. Decision Tree Python Machine Learning

Contributors ๐Ÿซ‚


Steps for Contributing ๐Ÿš€

Refer to this YouTube Video for reference!


  • Fork and clone the Repo by typing the following commands in the terminal
$ git clone https://github.com/Kumar-laxmi/Algorithms.git

$ cd Algorithms
  • Now to add your resource to website, add an object with keys same as listed in existing objects in the file.
  • Save and commit your code.
  • Push to your fork of the repository , navigate to original repository and make a pull request.

Screenshot 2022-10-23 at 8 03 11 AM
Screenshot 2022-10-23 at 8 03 31 AM
  • Clone the Repository after forking
$ git clone https://github.com/<your-github-username>/Algorithms.git

$ cd techsquad-community-website
  • Make changes to the code(for ex- add an update route)

  • Create a Branch using:

$ git checkout -b <branch-name>
  • Stage your changes using:
$ git add .
  • Commit your changes using:
$ git commit -m "add any comment"
  • Push the changes to the forked repository using:
$ git push origin <branch-name>
  • Navigate to the original repository and make a pull request
  • In case of merge conflict fetch and merge from the remote repository

Please don't forget to update the Available Resources section

Happy?? Star โญ this Repo. ๐Ÿคฉ

algorithms's People

Contributors

kumar-laxmi avatar aniketgupta03 avatar paritosh-j avatar hannibal404 avatar mayankkashyap681 avatar rohitbabugaddeti avatar 96vksingh avatar vishals-hk avatar umang1103 avatar harshraj9988 avatar vijay-kumar-yadav avatar anushka-nambiar avatar

Stargazers

Anurag Dutta avatar

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.