Skip to content

Instantly share code, notes, and snippets.

View sahebsunny's full-sized avatar
🎯
Focusing

Sushobhan Pramanik sahebsunny

🎯
Focusing
View GitHub Profile
@sahebsunny
sahebsunny / algorithms_data_structures.md
Created March 25, 2020 15:23 — forked from joelrojo/algorithms_data_structures.md
Resources on Algorithms and Data Structures

Data Structures And Algorithm Lessons

This is a great resource for learning data structures and algorithms. It's set up like the phase challenges that you're used to doing and have great, concise explanations of all the concepts.

Or, if you learn better via video, this course:

Here are short explanations for Mergesort and Quicksort that are readable:

@sahebsunny
sahebsunny / algorithms_data_structures.md
Created March 25, 2020 15:23 — forked from joelrojo/algorithms_data_structures.md
Resources on Algorithms and Data Structures

Data Structures And Algorithm Lessons

This is a great resource for learning data structures and algorithms. It's set up like the phase challenges that you're used to doing and have great, concise explanations of all the concepts.

Or, if you learn better via video, this course:

Here are short explanations for Mergesort and Quicksort that are readable:

@sahebsunny
sahebsunny / snake_game.py
Created October 21, 2019 19:24 — forked from wynand1004/snake_game.py
A Simple Snake Game made in Python 3
# Simple Snake Game in Python 3 for Beginners
# By @TokyoEdTech
import turtle
import time
import random
delay = 0.1
# Score