这是indexloc提供的服务,不要输入任何密码
Skip to content

emiliosheinz/leet-code

Repository files navigation

LeetCode Solutions

Welcome to my repository of solutions to problems from LeetCode!

This repository is organized into folders by algorithms, data structures, and problem categories. Each folder contains my implementations and solutions written in TypeScript.

Project Structure

The project is structured as follows:

  • Data Structures - Custom implementations or uses of data structures.
  • Algorithms - Implementations of popular algorithms.
  • Problems - Solutions to various LeetCode problems.

Data Structures

Title Code Path
BinaryTree BinaryTree.ts
DoublyLinkedList DoublyLinkedList.ts
MinHeap MinHeap.ts
SinglyLinkedList SinglyLinkedList.ts
Stack Stack.ts

Algorithms

Title Code Path
Bubble sort bubble-sort.ts
Dijkstra dijkstra.ts
Merge sort merge-sort.ts
Quick sort quick-sort.ts

Problems

Title Code Path
Binary search binary-search.ts
Binary tree level order traversal binary-tree-level-order-traversal.ts
Clone graph clone-graph.ts
Construct binary tree from inorder and postorder traversal construct-binary-tree-from-inorder-and-postorder-traversal.ts
Contains duplicate ii contains-duplicate-ii.ts
Counting bits counting-bits.ts
Course schedule course-schedule.ts
Daily temperatures daily-temperatures.ts
First unique character in a string first-unique-character-in-a-string.ts
Linked list cycle linked-list-cycle.ts
Maximum depth of binary tree maximum-depth-of-binary-tree.ts
Maximum length substring with two occurrences maximum-length-substring-with-two-occurrences.ts
Merge two sorted lists merge-two-sorted-lists.ts
Middle of the linked list middle-of-the-linked-list.ts
Min stack min-stack.ts
Missing number missing-number.ts
Network delay time network-delay-time.ts
Number of 1 bits number-of-1-bits.ts
Number of islands number-of-islands.ts
Number of steps to reduce a number to zero number-of-steps-to-reduce-a-number-to-zero.ts
Path sum path-sum.ts
Reverse linked list reverse-linked-list.ts
Reverse words in a string iii reverse-words-in-a-string-iii.ts
Same tree same-tree.ts
Two sum two-sum.ts
Valid parentheses valid-parentheses.ts
Validate binary search tree validate-binary-search-tree.ts

About

⌨️ My solutions for problems from leetcode.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published