blockspacer / 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. I use it to refresh my memory every time..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/$$$$$$$   /$$$$$$   /$$$$$$ 
| $$__  $$ /$$__  $$ /$$__  $$
| $$  \ $$| $$  \__/| $$  \ $$
| $$  | $$|  $$$$$$ | $$$$$$$$
| $$  | $$ \____  $$| $$__  $$
| $$  | $$ /$$  \ $$| $$  | $$
| $$$$$$$/|  $$$$$$/| $$  | $$
|_______/  \______/ |__/  |__/

/$$$$$$$$ /$$$$$$  /$$$$$$$ 
| $$_____//$$__  $$| $$__  $$
| $$     | $$  \ $$| $$  \ $$
| $$$$$  | $$  | $$| $$$$$$$/
| $$__/  | $$  | $$| $$__  $$
| $$     | $$  | $$| $$  \ $$
| $$     |  $$$$$$/| $$  | $$
|__/      \______/ |__/  |__/

  /$$$$$$  /$$$$$$$   /$$$$$$   /$$$$$$  /$$   /$$ /$$    /$$$$$$$$ /$$$$$$$$
 /$$__  $$| $$__  $$ /$$__  $$ /$$__  $$| $$  | $$| $$   |__  $$__/| $$_____/
| $$  \ $$| $$  \ $$| $$  \__/| $$  \ $$| $$  | $$| $$      | $$   | $$      
| $$$$$$$$| $$$$$$$ |  $$$$$$ | $$  | $$| $$  | $$| $$      | $$   | $$$$$   
| $$__  $$| $$__  $$ \____  $$| $$  | $$| $$  | $$| $$      | $$   | $$__/   
| $$  | $$| $$  \ $$ /$$  \ $$| $$  | $$| $$  | $$| $$      | $$   | $$      
| $$  | $$| $$$$$$$/|  $$$$$$/|  $$$$$$/|  $$$$$$/| $$$$$$$$| $$   | $$$$$$$$
|__/  |__/|_______/  \______/  \______/  \______/ |________/|__/   |________/

 /$$$$$$$  /$$   /$$ /$$      /$$ /$$      /$$ /$$$$$$ /$$$$$$$$  /$$$$$$ 
| $$__  $$| $$  | $$| $$$    /$$$| $$$    /$$$|_  $$_/| $$_____/ /$$__  $$
| $$  \ $$| $$  | $$| $$$$  /$$$$| $$$$  /$$$$  | $$  | $$      | $$  \__/
| $$  | $$| $$  | $$| $$ $$/$$ $$| $$ $$/$$ $$  | $$  | $$$$$   |  $$$$$$ 
| $$  | $$| $$  | $$| $$  $$$| $$| $$  $$$| $$  | $$  | $$__/    \____  $$
| $$  | $$| $$  | $$| $$\  $ | $$| $$\  $ | $$  | $$  | $$       /$$  \ $$
| $$$$$$$/|  $$$$$$/| $$ \/  | $$| $$ \/  | $$ /$$$$$$| $$$$$$$$|  $$$$$$/
|_______/  \______/ |__/     |__/|__/     |__/|______/|________/ \______/

DSA for Absolute Dummies😵‍💫

  • This is a super simplified examples of the common data structures and algorithms written in easy to read C++ (for now), Python and JS (later I'll add it).
  • Reading through this will help you learn about what data structures and algorithms, how to use them etc.

Why should I care to do this?

  • Lack of good courses and good books.
  • It's simple, I like to learn about this stuff and every day I am working on this, I am learning too.
  • Because I need it to refresh my memory if I am stuck on something or whatever..
  • You can user it to refresh your memory too or to learn something new, but easy way (it's hard but it will get easier in time).

But data structures and algorithms are so hard!

  • Yes. Life is hard. I have just one question on that. Do you remember that first day you enter this field of programming and IT in general? I remember that I've struggled for 7 days about basic functions (objects) and functionality behind them? Funny? That's all I am gonna say.

Where to begin?

  • You can simply start over here wherever you want. Try to go through some Data Structures first.
  • Then, you can go through google and find some easy exercises or websites with coding problems like Codewars or LeetCode.
  • I will give you at the end of every algorithm and data structure some exercises.
  • Or you can go buy some book or course and use this if you are stuck on something or you don't understand some stuff.

Contributing

  • Feel free to contribute.
  _____ _      _    _ ______   _____  _    _ __  __ __  __ _____ ______  _____ _ 
 / ____| |    | |  | |  ____| |  __ \| |  | |  \/  |  \/  |_   _|  ____|/ ____| |
| |  __| |    | |__| | |__    | |  | | |  | | \  / | \  / | | | | |__  | (___ | |
| | |_ | |    |  __  |  __|   | |  | | |  | | |\/| | |\/| | | | |  __|  \___ \| |
| |__| | |____| |  | | |      | |__| | |__| | |  | | |  | |_| |_| |____ ____) |_|
 \_____|______|_|  |_|_|      |_____/ \____/|_|  |_|_|  |_|_____|______|_____/(_)

cc-by-4.0

About

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. I use it to refresh my memory every time..

License:Creative Commons Attribution 4.0 International


Languages

Language:C++ 100.0%