Coder Social home page Coder Social logo

self-practice's Introduction

These are programs that I have done for my own practice. Problems are either found on the internet or my own implementation of existing algorithms.

removeIslands - 
  Attempt at Medium Google Coding Interview With Ben Awad by Clément Mihailescu
  https://www.youtube.com/watch?v=4tYoVx0QoN0
  Program:
    Removes "islands" in a binary matrix using DFS. Islands are considered as 1s that are not connected to any border 1s.
  Done in C++
  
blockRequirements - 
  Attempt at "Google Coding Interview With A Normal Software Engineer" by Clément Mihailescu
  https://www.youtube.com/watch?v=rw4s4M3hFfs
  Program:
    Finds the house in a block of houses that is satifies the list of required amenities (buildings) with the shortest distance.
  Done in C++

dijkstrasAlgorithm - 
  Implementation of Dijkstra's algorithm to find the shortest path of a randomly generated or passed starting vertex to every other vertex on a randomly generated graph/matrix using a priority queue
  Done in C++
  
primAlgorithm - 
  Implementation of Prim's algorithm to find the minimum spanning tree of a randomly generated or user passed graph
  Done in C++
  
radixSort - 
  Implementation of Radix sort using a randomly generated or user passed array 
  Done in C++
  
KMPAlgorithm - 
  Implementation of KMP string matching algorithm. Program generates a random string and pattern from a given set of chars and shows how many times the pattern appears in the string.
  Done in C++
  
longestSubStringNoRepeat - 
  https://leetcode.com/problems/longest-substring-without-repeating-characters/
  Done in C++
  
medianTwoSortedArrays - 
  https://leetcode.com/problems/median-of-two-sorted-arrays/
  Done in C++
  
  

self-practice's People

Contributors

deelane avatar

Stargazers

 avatar

Watchers

 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.