Skip to content

sauravjaiswalsj/Competitive-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive-Programming

  • hackerrank
  • leetcode
  • Project Euler
  • Techgig Problems

Interview Footsteps to crack your Dream Company

This repository contains examples of various algorithms written on different programming languages...

Interview resources

Various algorithms written on different programming languages...

Important Data Structures

Data Structure C CPP Java Python
Dynamic array
Stack
Singly Linked List
Double Linked List
Circular Linked List
Hash Tables
Heap
Fibonacci Heaps
Disjoints Sets
Adjacency matrix
Queue
Priority Queue

Important Algorithms

Maths C CPP Java Python
Euclidean GCD
Fibonacci series
Pallindrome number
Perfect number
Searching and Sorting C CPP Java Python
QuickSort
Merge Sort
Insertion Sort
Counting Sort
Radix Sort
Bubble Sort
Heap Sort
Linear Search
Binary Search
Tree traversal C CPP Java Python
Pre-Order Traversal
Post-Order Traversal
In-Order Traversal
Binary Search Tree
Height of the Tree
Depth of the Tree
AVL Tree
Spanning Tree
Segment Tree
Fenwick Tree
Trie
Graph Traversal C CPP Java Python
Breadth First Search
Depth First Search
Topological Sort
Kruskals Algorithms
Prim's Algorithms
Belmon Ford Algorithms
Floyd-Warshall Algorithm
Dijkstra's Algorithm

Curated resources

Coding Practices

Video Lectures

Interview Books

Guides

Courses

Sites

Videos

System Design

Computer Science News

Contributing

  1. Fork it!
  2. Clone the forked repository to local system.
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'. Go through Commit Messages guidelines
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request 😄

See Contributor.md ilename] |

Notes

Only project maintainers should merge a PR. Other members can add their reviews to a PR but the merging should be done by only a project maintainer.

Authors

Releases

No releases published

Packages

No packages published