data-structures-interview-questions
There are 35 repositories under data-structures-interview-questions topic.
radojicic23/dsa-for-absolute-dummies
This repository is place where you can learn about data structures and algorithms if you want, but don't play to much with it because it's too hard.
DitijTanwar29/DSA_SUPREME_2.0_BATCH_HANDWRITTEN_NOTES
You will get all live lecture handwritten notes of supreme 2.0 batch. Star this repository for future reference! You can connect with me through my LinkedIn -> https://www.linkedin.com/in/ditij-tanwar-99b881250/
Devinterview-io/data-structures-interview-questions
🟣 Data Structures interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/big-o-notation-interview-questions
🟣 Big-O Notation interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/hash-table-data-structure-interview-questions
🟣 Hash Table Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/blockchain-interview-questions
🟣 Blockchain interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/sorting-algorithms-interview-questions
🟣 Sorting Algorithms interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/string-data-structure-interview-questions
🟣 String Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
deepzsenu/DSAJava
This repositry contains the Dsa Problems and implementations
Devinterview-io/fibonacci-sequence-interview-questions
🟣 Fibonacci Sequence interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/array-data-structure-interview-questions
🟣 Array Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/backtracking-algorithms-interview-questions
🟣 Backtracking Algorithms interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/heap-and-map-data-structures-interview-questions
🟣 Heap and Map Data Structures interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/stack-data-structure-interview-questions
🟣 Stack Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/tree-data-structure-interview-questions
🟣 Tree Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
PavanAditya/JS-Playground
Basic ES6 Concepts covering prepartion topics for interviews. Includes all type of Javascript interview questions, Frontend Engineer Role Interview Questions and practice concepts
Devinterview-io/dynamic-programming-interview-questions
🟣 Dynamic Programming interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/graph-data-structure-interview-questions
🟣 Graph Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/greedy-algorithms-interview-questions
🟣 Greedy Algorithms interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/linked-list-data-structure-interview-questions
🟣 Linked List Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/queue-data-structure-interview-questions
🟣 Queue Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/recursion-algorithm-interview-questions
🟣 Recursion Algorithm interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/searching-algorithms-interview-questions
🟣 Searching Algorithms interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/binary-tree-data-structure-interview-questions
🟣 Binary Tree Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/divide-and-conquer-interview-questions
🟣 Divide and Conquer interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Devinterview-io/trie-data-structure-interview-questions
🟣 Trie Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
Ashish1323/leetcodesolutions
Leetcode Solutions In JavaScript.
Devinterview-io/bit-manipulation-interview-questions
🟣 Bit Manipulation interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
BaseMax/ShapesAlgorithm
JavaScript/Algorithm: In a shape(rectangle or square) with width n and length m, We want to know how many shapes there are with width and length a and b. We also want to know the remaining forms.
nishant-kumar109/FAANG-interview-practice
This is the shared practice document for interview preparation. It covers popular algorithms like sliding window, KMP, divides and conquer, sorting, searching, and many more. It will also cover Data Structures like Graphs, Trees, Binary Heaps, 2-D Arrays, Linked List, Stack, Queues, Tries, and other DS topics.
BaseMax/MyStackJava
My Stack Implementation In Java. Here we are going to design a full-featured class for Stack's Data structure.
aadeetyeah/LeetCode-Problems
Collection of LeetCode questions to ace the coding interview!
mupezzuol/java-data-structures
This repository contains some Data Structures implemented from scratch using Java.
nouman6093/Python_DSA_and_LeetCode
in this repository i will upload everything i have learned about data structures and algorithms in python. Also i will upload all the LeetCode Exercises which i would solve using python.