Skip to content

thienguen/leetcode-data-structure-n-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Collection of Leetcode answers and Data Structure and Algorithm

LeetCode-Data-Structure-n-Algorithms
├── C++
│   └── a collection of leet code question
├── Data Structure
│   ├── avlTree
│   ├── binaryHeap
│   ├── Binary Tree
│   ├── LinkedList
│   │   ├── Linked List
│   │   ├── Simple_List
│   │   ├── DoubleyLinkedList
│   │   ├── circularLinkedList
│   │   ├── LinkedListType (ordered, unordered)
│   │   └── List.hpp (absolute Linked List Class)
│   ├── Recursion
│   └── Stack & Queue
│   │   └── Priority Queue
│   └── Vertex
│   └── Hash Map
└── Java
    ├── redo
    └── Projects

There is more, but since those are limited due to cough, cough, Those will be post on a later day, They will be under C++ I, II and III. [Integrated]

C++

a collection of leet code like questions, and some of math class stuff.

Data Structure

Java

For others, and for speed, now it's leet code

redo

Like, really simple stuff that mostly for fun, or coded within 5-15 mins per stuff. I have revisited these simple algorithms for the benefit of others, and to improve my speed on LeetCode. Initially, these were just practice exercises for my math class, but now they serve a dual purpose. Additionally, I am using them to assist someone else while simultaneously racing against a deadline for my Java codes.

12:07 3/28/2022. Help toward soneone, while speed run my deadline java codes

Projects

About

A Collection of Leetcode answers and Data Structure and Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages