All Projects → NirmalSilwal → Problem-Solving

NirmalSilwal / Problem-Solving

Licence: MIT license
contains all coding interview practice problems, data structures and algorithms implementations. 👨‍💻👨‍💻💥 🚩

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Problem-Solving

Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+1585.71%)
Mutual labels:  stack, datastructures, array
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (+792.86%)
Mutual labels:  stack, datastructures, array
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (+307.14%)
Mutual labels:  stack, datastructures
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+892.86%)
Mutual labels:  stack, array
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+1235.71%)
Mutual labels:  stack, datastructures
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (+150%)
Mutual labels:  stack, array
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (+278.57%)
Mutual labels:  stack, array
Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: ✭ 166 (+1085.71%)
Mutual labels:  stack, array
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+2892.86%)
Mutual labels:  stack, datastructures
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+18000%)
Mutual labels:  stack, linkedlist
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (+107.14%)
Mutual labels:  stack, array
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+3821.43%)
Mutual labels:  stack, datastructures
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+3542.86%)
Mutual labels:  stack, array
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+31621.43%)
Mutual labels:  stack, array
interview-cookbook
A playground for learning DataStructures, Algorithms, and Object-Oriented Concepts.
Stars: ✭ 25 (+78.57%)
Mutual labels:  stack, queues
Android Cheat Sheet
Cheat Sheet for Android Interviews
Stars: ✭ 1,891 (+13407.14%)
Mutual labels:  stack, coding
Interview Questions In Javascript
A mostly reasonable collection of technical software development interview questions solved in Javascript
Stars: ✭ 3,268 (+23242.86%)
Mutual labels:  stack, array
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+2192.86%)
Mutual labels:  stack, array
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+1271.43%)
Mutual labels:  stack, datastructures
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+3214.29%)
Mutual labels:  stack, array

Problem-Solving

🎯 I have prepared this repository during my coding interview preparation. Basically I have implemented various logical problems in Python.

💎 Various Data Structures implementation along with the interview problem associated with the topics are solved.

✏️ Filename is self explanatory for those directly wanting to jump over the interview problem.

👉 Also you will find my solutions easy to understand due to standard naming convention.

💎 CodingBlocks folder has all the assignment and practice coursework while taking Data Structure using Java course.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].