Skip to content

In this repository I want to upload my leetcode solutions as well as a visualization of the solution that can immediately give an idea on how the solution was crafted.

License

Notifications You must be signed in to change notification settings

shai0002/sketchy-leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sketchy-leetcode

In this repository I will be updating my leetcode solutions as well as a visualization of the solution that can immediately give an idea on how the solution was crafted. I had trouble understanding and writing solutions for Linkedlists, Trees, backtracking etc data structures. However, with practice and visualizing the problems I am now able to solve them and even optimize the solution. This repository ha sthe following structure

Directory Structure

|---- dsa
|     |---- arrays
|     |     |---- array-hashing.py
|     |     |---- arr-163-missing-ranges.jpg
|     |---- backtracking
|     |     |---- backtracking.py 
|     |     |---- bt-78-subsets.jpg

Solution file naming: dsa-category-name.py
example: stack.py
Image file convention: dsa-prefix-LC-problem-No-LC-problem-name.jpg
example: bt-39-combinationsum.jpg

About

In this repository I want to upload my leetcode solutions as well as a visualization of the solution that can immediately give an idea on how the solution was crafted.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages