All Projects → Java-Questions-and-Solutions → Similar Projects or Alternatives

958 Open source projects that are alternatives of or similar to Java-Questions-and-Solutions

Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (-11.76%)
Cracking The Coding Interview
📚 C++ and Python solutions with automated tests for Cracking the Coding Interview 6th Edition.
Stars: ✭ 396 (+1064.71%)
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (+302.94%)
Competitive-Programming-Solutions
COMPETITIVE PROGRAMMING PRACTICE QUESTIONS
Stars: ✭ 28 (-17.65%)
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+12961.76%)
Competitive-programing
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
Stars: ✭ 20 (-41.18%)
Coding Ninjas Java Solutions
This will have solutions to all the problems that are included in Coding Ninja's 2020 Java Course. Star the repo if you like it.
Stars: ✭ 32 (-5.88%)
Algorithms-Java
A collection of common algorithms and data structures implemented in Java.
Stars: ✭ 141 (+314.71%)
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-8.82%)
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+13626.47%)
Python
this resporatory have ml,ai,nlp,data science etc.python language related material from many websites eg. datacamp,geeksforgeeks,linkedin,youtube,udemy etc. also it include programming challange/competion solutions
Stars: ✭ 43 (+26.47%)
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (+61.76%)
py-algorithms
Algorithms and Data Structures, solutions to common CS problems.
Stars: ✭ 26 (-23.53%)
Competitive Programming Repository
Competitive Programming templates that I used during the past few years.
Stars: ✭ 367 (+979.41%)
algoexpert
AlgoExpert is an online platform that helps software engineers to prepare for coding and technical interviews.
Stars: ✭ 8 (-76.47%)
Mutual labels:  graphs, arrays, dynamic-programming
DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
Stars: ✭ 47 (+38.24%)
Mutual labels:  arrays, dynamic-programming, trees
LeetCode
Solution to LeetCode Problems in Python and Golang 🎯
Stars: ✭ 12 (-64.71%)
interview-cookbook
A playground for learning DataStructures, Algorithms, and Object-Oriented Concepts.
Stars: ✭ 25 (-26.47%)
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (+58.82%)
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+1020.59%)
algorithms
The All ▲lgorithms documentation website.
Stars: ✭ 114 (+235.29%)
Leetcode Rust
my leetcode solutions in rust
Stars: ✭ 345 (+914.71%)
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+702.94%)
solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank
This repo contain the solution of leetcode problem and divide into category like dynamic programming, linkedlist,recursion, graph and some other section
Stars: ✭ 18 (-47.06%)
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+126.47%)
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+13676.47%)
Competitive Programming Solutions
👋 On here you can contribute your codes across the globe 😃
Stars: ✭ 46 (+35.29%)
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (+291.18%)
Algorithms
A collection of common algorithms and data structures implemented in java, c++, and python.
Stars: ✭ 142 (+317.65%)
Libgraph
A graph data structure library for Elixir projects
Stars: ✭ 284 (+735.29%)
Mutual labels:  graphs, data-structures
cs-problems
Some 70+ interesting computer science problems and solutions in C#
Stars: ✭ 28 (-17.65%)
Structurae
Data structures for high-performance JavaScript applications.
Stars: ✭ 323 (+850%)
Mutual labels:  graphs, data-structures
05 Python Files
Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but like other concepts of Python, this concept here …
Stars: ✭ 163 (+379.41%)
Algorithms
Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
Stars: ✭ 117 (+244.12%)
Mutual labels:  graphs, dynamic-programming
Coding Ninjas Data Structures And Algorithms In Python
Solved problems and assignments of DSA course taught by Coding Ninjas team
Stars: ✭ 70 (+105.88%)
Mutual labels:  graphs, data-structures
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (+232.35%)
Mutual labels:  graphs, data-structures
SQL-Practice
Solutions to Problems For SQL on Leetcode, Hackerrank & DataLemur
Stars: ✭ 116 (+241.18%)
Deepgraph
Analyze Data with Pandas-based Networks. Documentation:
Stars: ✭ 232 (+582.35%)
Mutual labels:  graphs, data-structures
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+1264.71%)
Coding Ninjas Competitive
This will have all the solutions to the competitive programming course's problems by Coding ninjas. Star the repo if you like it.
Stars: ✭ 168 (+394.12%)
Mutual labels:  graphs, dynamic-programming
python3-algorithms
Python3 数据结构与算法的介绍及应用。1. 数据结构:数组、链表、栈、队列、树、堆、图; 2. 典型排序算法:冒泡排序、选择排序、插入排序、希尔排序、堆排序、归并排序、快速排序、桶排序、计数排序、基数排序; 3. 查找算法: 顺序查找、二分查找、哈希表查找、二叉查找树、平衡二叉查找树(AVL树、红黑树)、平衡多路查找树(B树、B+树);4. LeetCode 和《剑指Offer》刷题、多种方法的题解
Stars: ✭ 70 (+105.88%)
Algorithm-Implementation
This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.
Stars: ✭ 16 (-52.94%)
Mutual labels:  sorting-algorithms, arrays
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Stars: ✭ 144 (+323.53%)
Fucking Algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Stars: ✭ 99,705 (+293150%)
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (+255.88%)
Mutual labels:  graphs, data-structures
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+58.82%)
OOP-In-CPlusPlus
An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Doc…
Stars: ✭ 27 (-20.59%)
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (+152.94%)
HackerrankJAVA
This repository consists of Hackerrank JAVA Solutions
Stars: ✭ 31 (-8.82%)
Leetcode-solutions
Leetcode Grinder.
Stars: ✭ 14 (-58.82%)
Mutual labels:  graphs, leetcode-solutions
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+955.88%)
Mutual labels:  graphs, dynamic-programming
Learn-Data Structure-Algorithm-by-Javascript
Data Structure and Algorithm explanations with Implementations by Javascript
Stars: ✭ 55 (+61.76%)
programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
Stars: ✭ 60 (+76.47%)
Algorithms
Short explanations and implementations of different algorithms in multiple languages
Stars: ✭ 37 (+8.82%)
COMPETITVE-PROGRAMMING
Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. This repo contains the Detailed Explanation and implementation of Various Coding problems on various platforms in C++
Stars: ✭ 60 (+76.47%)
Algorithms
Java implementation for Introduction to Algorithms book.
Stars: ✭ 58 (+70.59%)
Python
Repository for Python codes and algos. Star the repo too.
Stars: ✭ 102 (+200%)
Competitive-Programmming
Questions solved from Various Coding websites viz. HackerRank, HackerEarth, CodeChef, CodingNinja and other websites. This repository also contains Questions from various offline and onsite competitions. Programs that we find in the competitions and some brainstorming questions
Stars: ✭ 103 (+202.94%)
alvito
Alvito - An Algorithm Visualization Tool for Python
Stars: ✭ 52 (+52.94%)
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-50%)
1-60 of 958 similar projects