Skip to content

NR7KINGithub/Data_Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

This repository contains my solutions to various Data Structures and Algorithms (DSA) problems from LeetCode, Code360 & GeeksforGeeks. The solutions are implemented in Python, Python3, Java, and C++.

Topics

  • Arrays
  • Linked Lists
  • Binary Search
  • Heaps
  • Stack
  • Queue
  • String
  • Binary Tree
  • Binary Search Tree
  • Graph
  • Dynamic Programming
  • More To Come!

This repository will be continuously updated as I solve more DSA problems. Browse through folders named by problem topics. Happy Coding! :)