All Projects → Amit88k → The Uplift Project Dsa

Amit88k / The Uplift Project Dsa

Projects that are alternatives of or similar to The Uplift Project Dsa

Hackerrank
📗 Solutions of more than 380 problems of Hackerrank accross several domains.
Stars: ✭ 128 (+540%)
Mutual labels:  algorithms, data-structures, hackerrank, algorithm-challenges
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+214365%)
Mutual labels:  algorithms, sorting-algorithms, algorithm-challenges, data-structures
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+2390%)
Mutual labels:  algorithms, data-structures, hackerrank
Algorithms.js
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
Stars: ✭ 3,322 (+16510%)
Mutual labels:  algorithms, data-structures, sorting-algorithms
Hackerrank
HackerRank solutions in Java/JS/Python/C++/C#
Stars: ✭ 829 (+4045%)
Mutual labels:  algorithms, data-structures, hackerrank
Problem Solving Training
Problem solving training for computer science students.
Stars: ✭ 210 (+950%)
Mutual labels:  algorithms, data-structures, hackerrank
Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (+1160%)
Mutual labels:  algorithms, data-structures, hackerrank
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+1865%)
Mutual labels:  algorithms, data-structures, algorithm-challenges
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (+565%)
Mutual labels:  algorithms, data-structures, sorting-algorithms
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+3035%)
Mutual labels:  algorithms, data-structures, algorithm-challenges
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+22105%)
Mutual labels:  algorithms, data-structures, sorting-algorithms
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+23320%)
Mutual labels:  algorithms, data-structures, sorting-algorithms
Hackerrank
A collection of algorithms and solutions to problems in various languages from the site Hacker Rank.
Stars: ✭ 145 (+625%)
Mutual labels:  algorithms, data-structures, hackerrank
Algorithms
A collection of common algorithms and data structures implemented in java, c++, and python.
Stars: ✭ 142 (+610%)
Mutual labels:  algorithms, data-structures, sorting-algorithms
py-algorithms
Algorithms and Data Structures, solutions to common CS problems.
Stars: ✭ 26 (+30%)
Mutual labels:  hackerrank, data-structures, sorting-algorithms
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (+585%)
Mutual labels:  algorithms, data-structures, sorting-algorithms
Interview Bit
Solutions to problems on Interview Bit
Stars: ✭ 353 (+1665%)
Mutual labels:  algorithms, data-structures, algorithm-challenges
Hackerrank
Efficient HackerRank solutions in JavaScript (⬡.js)
Stars: ✭ 111 (+455%)
Mutual labels:  algorithms, hackerrank, algorithm-challenges
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (+3660%)
Mutual labels:  algorithms, data-structures, sorting-algorithms
Interview
Data Structures and Algorithms in Java (useful in interview process)
Stars: ✭ 396 (+1880%)
Mutual labels:  algorithms, data-structures, sorting-algorithms

The-Uplift-Project

Repository built and maintained by Girlscript's The Uplift Project DSA Team 11 to share daily status.

Websites

Problem Solving with Algorithms and Data Structures using Python
https://workshape.github.io/visual-graph-algorithms/ - Interactive visualisations for learning how graph traversal algorithms work
Big-O Cheat Sheet - Big-O complexities of common algorithms used in Computer Science
Code-Drills - Practice problems recommender (includes Codeforces, Codechef and Spoj)
Sorting Algorithms - Nice and simple animations of sorting algorithms. With short codes and discussions
Stoimen's web log - Some algorithms nicely explained
Algomation - A didactic, animated, exposition of algorithms
Algorithm Visualizer - Dozens of animated algorithms (with code), and you can also create your own
Algorithms Visualization - A dense article on Algorithms Visualization
Wikipedia - Algorithms - Of course!!
Wikipedia - Data Structures - Why not?!!

Cheat Sheets

The Technical Interview Cheat Sheet
Princeton DS Cheat Sheet
CLRS in short
Rice university DS couse in short
Useful Reddit thread
Algo Deck - An open-source collection of +200 algorithmic cards.

Online Coding Platforms

GeeksforGeeks
HackerRank
HackerEarth
LeetCode
InterviewBit
SPOJ

Guidelines to contribute

1. Cloning git repo -> git clone [email protected]:Amit88k/The-Uplift-Project-DSA.git  
2. Check all the branches -> git branch -r  
3. switch to the corresponding week branch -> git switch -c [Week branch] => e.g. git switch -c Week1  
4. Go into the directory - [WeekNumber]   
5. Command to go inside the directory -> cd WeekNumber  
6. Add all the files that you want -> git add file1 file2  [if you want to all the files use * instead of files names]  
7. commit with message-> got commit -m "message"  
8. push to the repo -> git push --set-upstream origin [Week branch] => git push --set-upstream origin Week1  
7. Raise the pull request  

NOTE: *Make sure whatever you do, you do in your own direcotry in respective problem and no other file/directory is deleted or tampered due to your submission.   

Members

Mentor

Amit Khandelwal ([email protected])
Anahita Singla ([email protected])

Moderator

Vani Gupta ([email protected])

Participants

Swarnima Shishodia ([email protected])
Srilekha Vinjamara ([email protected])
Kritika kanojia ([email protected])
Swarina Jaiswal ([email protected])
Suchit Kumar ([email protected])
Tejaswi ([email protected])
Sumit Pandey ([email protected])
Tapan Mehta ([email protected])
Sonali Shakya ([email protected])
Amay Saxena ([email protected])
Yash kumar Bandhiye ([email protected])
Tarun agarwal ([email protected])
Tannu Kumari ([email protected])

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].