Giter VIP home page Giter VIP logo

algorithms's People

Contributors

abhishek776655 avatar aksh-02 avatar anamika810 avatar anurag-ak99 avatar divyasaravanan avatar g1tman avatar gabrielgns avatar navyaiyanampudi avatar navyasspp avatar pracvp avatar prasannassp avatar prinsusinghal avatar priyanshupardhi24 avatar rudhrasekar-nagarajan avatar safeers avatar shrutisolani avatar swati-gwc avatar toclean avatar yash-vijayvargiya avatar yashgupta410 avatar yashjain2 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

algorithms's Issues

Prim's Algorithm

  1. Make a folder in algo -> Prim's
  2. Put code inside the folder.
  3. Comment the code for good readability.
  4. Print the output at the code footer in comments

Merge Linked List

Given 2 sorted linked lists, merge the lists to a single sorted linked list.

Bubble Sorting

Write a code to sort a given array using bubblesort :
Check the output for 1-D array in : {2,5,6,5,34,11,23,0,3}
Be sure your code must give appropriate output

Backtracking (n-queen problem)

Make a folder in algo -> Backtracking
Then make a program of n queen using Backtracking recursively.
Comment the code properly
And at last comment the output.

Merge Sort

  1. Write clean code with proper comments without plagiarism.
  2. Print the output of your code at last in comment in your code.

Insertion Sort

Write a code to sort an array using insertion sorting

Quick Sort

  1. Wite clean code with proper comments
    2.Put the code output at last in your code with comments

Heap Sorting

  1. Add a file in Sorting Folder -> Heap_Sort
  2. Comment the code for good readability.
  3. At last comment the output.

Chain Matrix Multiplication

Write a code for dynamic programming matrix multiplication to identify minimum number of multiplications required to multiply n matrices.
Use recursive version

Peak Finder

Write a code to find a peak in a 1-D and 2-D array implementation

  1. Check the output for 1-D in : {2,5,6,5,34,11,23,0,3}
  2. Check the output for 2-D in : {2,45,0}, {1,3,9}, {78,67,10}
    Here, in an array there must be multiple peaks but the output must print the first encountered peak while iterating

Selection Sorting

Write a code to sort a given array using selection sort :
Check the output for 1-D array in : {2,5,6,5,34,11,23,0,3}
Be sure your code must give appropriate output

BFS

Given number of nodes and set of edges connecting some vertices of an undirected graph, compute and output the bfs traversal of that graph.

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.