Git Product home page Git Product logo

point8290 / competitive-programming Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ratndeepk/competitive-programming

0.0 0.0 0.0 3.08 MB

Competitive Programming || Day to day problem solving Data Structure, Algorithms & Top Interview Questions. πŸ’€ Contributors are always invited. βœ” | Learn | Help | Grow | Target commits: 1000+ | Question of the day: https://leetcode.com/explore/interview/card/top-interview-questions-medium/108/trees-and-graphs/790/

Python 98.29% C++ 1.71%

competitive-programming's Introduction

βœ… Pull βœ… Add your folder βœ… Push You're IN!

Book for CP ->

https://drive.google.com/file/d/1tii1TyA5ETd4LtzN9MGrCVl5s0PsUI_X/view

Geeksforgeeks ->

https://www.geeksforgeeks.org/must-do-coding-questions-for-companies-like-amazon-microsoft-adobe/

Save files in your own directory (Topic Name) -> (Your Name) -> Your Program

Leetcode ->

https://leetcode.com/explore/interview/card/top-interview-questions-hard/

DSA

https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2015/index.htm

Array:

Subarray with given sum , Count the triplets , Kadane’s Algorithm , Missing number in array , Merge two sorted arrays , Rearrange array alternatively , Number of pairs , Inversion of Array , Sort an array of 0s, 1s and 2s , Equilibrium point , Leaders in an array, Minimum Platforms, Reverse array in groups, K’th smallest element, Trapping Rain Water, Pythagorean Triplet, Chocolate Distribution Problem, Stock buy and sell, Element with left side smaller and right side greater, Convert array into Zig-Zag fashion, Last Index of 1, Spirally traversing a matrix, Largest Number formed from an Array,

String :

Reverse words in a given string, Permutations of a given string, Longest Palindrome in a String, Recursively remove all adjacent duplicates, Check if string is rotated by two places, Roman Number to Integer, Anagram, Remove Duplicates, Form a Palindrome, Longest Distinct Characters in the string, Implement Atoi, Implement strstr, Longest Common Prefix,

Linked List :

Finding middle element in a linked list, Reverse a linked list, Rotate a Linked List, Reverse a Linked List in groups of given size, Intersection point in Y shaped linked lists, Detect Loop in linked list, Remove loop in Linked List, n’th node from end of linked list, Flattening a Linked List, Merge two sorted linked lists, Intersection point of two Linked Lists, Pairwise swap of a linked list, Add two numbers represented by linked lists, Check if Linked List is Palindrome, Implement Queue using Linked List, Implement Stack using Linked List, Given a linked list of 0s, 1s and 2s, sort it, Delete without head pointer,

Stack and Queue :

Parenthesis Checker, Next larger element, Queue using two Stacks, Stack using two queues, Get minimum element from stack, LRU Cache, Circular tour, First non-repeating character in a stream, Rotten Oranges, Maximum of all subarrays of size k,

Tree :

Print Left View of Binary Tree, Check for BST, Print Bottom View of Binary Tree, Print a Binary Tree in Vertical Order, Level order traversal in spiral form, Connect Nodes at Same Level, Lowest Common Ancestor in a BST, Convert a given Binary Tree to Doubly Linked List, Write Code to Determine if Two Trees are Identical or Not, Given a binary tree, check whether it is a mirror of itself, Height of Binary Tree, Maximum Path Sum, Diameter of a Binary Tree, Number of leaf nodes, Check if given Binary Tree is Height Balanced or Not, Serialize and Deserialize a Binary Tree,

Heap :

Find median in a stream, Heap Sort, Operations on Binary Min Heap, Rearrange characters, Kth largest element in a stream, Merge K sorted linked lists, Kth largest element in a stream,

Recursion :

Flood fill Algorithm, Number of paths, Combination Sum – Part 2, Special Keyboard, Josephus problem,

Hashing :

Relative Sorting, Sorting Elements of an Array by Frequency, Largest subarray with 0 sum, Common elements, Find all four sum numbers, Swapping pairs make sum equal, Count distinct elements in every window, Array Pair Sum Divisibility Problem, Longest consecutive subsequence, Array Subset of another array, Find all pairs with a given sum, Find first repeated character, Zero Sum Subarrays, Minimum indexed character, Check if two arrays are equal or not, Uncommon characters, Smallest window in a string containing all the characters of another string, First element to occur k times, Check if frequencies can be equal,

Graph :

Depth First Traversal, Breadth First Traversal, Detect cycle in undirected graph, Detect cycle in a directed graph, Topological sort, Find the number of islands, Implementing Dijkstra, Minimum Swaps, Strongly Connected Components, Shortest Source to Destination Path, Find whether path exist, Minimum Cost Path, Circle of Strings, Floyd Warshall, Alien Dictionary, Snake and Ladder Problem,

Greedy :

Activity Selection, N meetings in one room, Coin Piles, Maximize Toys, Page Faults in LRU, Largest number possible, Minimize the heights, Minimize the sum of product, Huffman Decoding, Minimum Spanning Tree, Shop in Candy Store, Geek collects the balls,

Dynamic Programming :

Minimum Operations, Max length chain, Minimum number of Coins, Longest Common Substring, Longest Increasing Subsequence, Longest Common Subsequence, 0 – 1 Knapsack Problem, Maximum sum increasing subsequence, Minimum number of jumps, Edit Distance, Coin Change Problem, Subset Sum Problem, Box Stacking, Rod Cutting, Path in Matrix, Minimum sum partition, Count number of ways to cover a distance, Egg Dropping Puzzle, Optimal Strategy for a Game, Shortest Common Supersequence,

Divide and Conquer :

Find the element that appears once in sorted array, Search in a Rotated Array, Binary Search, Sum of Middle Elements of two sorted arrays, Quick Sort, Merge Sort, K-th element of two sorted Arrays,

Backtracking :

N-Queen Problem, Solve the Sudoku, Rat in a Maze Problem, Word Boggle, Generate IP Addresses,

Bit Magic :

Find first set bit, Rightmost different bit, Check whether K-th bit is set or not, Toggle bits given range, Set kth bit, Power of 2, Bit Difference, Rotate Bits, Swap all odd and even bits, Count total set bits, Longest Consecutive 1’s, Sparse Number, Alone in a couple, Maximum subset XOR,

Some More Questions on Arrays :

Find Missing And Repeating, Maximum Index, Consecutive 1’s not allowed, Majority Element, Two numbers with sum closest to zero, Nuts and Bolts Problem, Boolean Matrix Problem, Smallest Positive missing number, Jumping Caterpillars,

Some More Questions on Strings :

Most frequent word in an array of strings, CamelCase Pattern Matching, String Ignorance, Smallest window in a string containing all the characters of another string, Design a tiny URL or URL shortener, Permutations of a given string, Non Repeating Character, Check if strings are rotations of each other or not, Save Ironman, Repeated Character, Remove common characters and concatenate, Geek and its Colored Strings, Second most repeated string in a sequence,

Some more Questions on Trees :

Mirror Tree, Longest consecutive sequence in Binary tree, Bottom View of Binary Tree, Lowest Common Ancestor in a Binary Tree, Binary to DLL,

competitive-programming's People

Contributors

ratndeepk avatar nagendracse1 avatar nrj0698 avatar vibhash-v3 avatar robinjainher avatar ajinkya-cs avatar chinmay-chaturvedi 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.