Skip to content

patrickanyanwu/DSA-Leetcode-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Leetcode Practice

This repository shows all of my leetcode question solutions tied with an explanation of my thought process in how I solved them. I practice leetcode in my free time to strengthen both my problem solving skills and my knowledge of data structures and algorithms. I primarily do these with python but I sometimes also program in other languages such as JavaScript etc.

Common Data Structures Involved:

  • Arrays
  • Linked Lists
  • Doubly Linked Lists
  • HashMaps
  • Sets
  • Heaps
  • Stacks
  • Queues
  • Binary Trees
  • Tries
  • Graphs

Common Algorithms Involves:

  • Binary Search
  • Sliding Window
  • Two Pointers
  • Recursion
  • Breath First Search (Through Graphs, Trees, Matrices)
  • Depth First Search (Through Graphs, Trees, Matrices)
  • Sorting Algorithms
  • Backtracking
  • Greedy
  • Dijkstra's (Shortest Pathfinding through Graphs, Matrices)
  • Dynamic Programming

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published