Skip to content

HyunJinNo/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,546 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm


  • Brute-force
  • Divide And Conquer
  • Dynamic Programming
  • Greedy
  • Combinatorial Search
  • Bisection Method
  • Ternary Search
  • Number Theory
  • Computational Geometry
  • Bitmask
  • Partial Sum (Prefix Sum)
  • Data Structures
  • String
  • Tree
  • Binary Search Tree
  • Segment Tree

LeetCode Topics

Array

0001-two-sum
0004-median-of-two-sorted-arrays
0046-permutations
0048-rotate-image
0066-plus-one
0120-triangle
0136-single-number
1732-find-the-highest-altitude
3838-weighted-word-mapping

Hash Table

0001-two-sum
0003-longest-substring-without-repeating-characters
1189-maximum-number-of-balloons

Math

0002-add-two-numbers
0009-palindrome-number
0048-rotate-image
0066-plus-one
0069-sqrtx

Backtracking

0046-permutations

Linked List

0002-add-two-numbers
0021-merge-two-sorted-lists

Recursion

0002-add-two-numbers
0021-merge-two-sorted-lists

String

0003-longest-substring-without-repeating-characters
1189-maximum-number-of-balloons
3838-weighted-word-mapping

Sliding Window

0003-longest-substring-without-repeating-characters

Binary Search

0004-median-of-two-sorted-arrays
0069-sqrtx

Divide and Conquer

0004-median-of-two-sorted-arrays

Matrix

0048-rotate-image

Tree

0094-binary-tree-inorder-traversal
0104-maximum-depth-of-binary-tree

Depth-First Search

0094-binary-tree-inorder-traversal
0104-maximum-depth-of-binary-tree

Breadth-First Search

0104-maximum-depth-of-binary-tree

Binary Tree

0094-binary-tree-inorder-traversal
0104-maximum-depth-of-binary-tree

Bit Manipulation

0136-single-number

Dynamic Programming

0120-triangle

Stack

0094-binary-tree-inorder-traversal

Database

0175-combine-two-tables

Prefix Sum

1732-find-the-highest-altitude

Simulation

3838-weighted-word-mapping

Counting

1189-maximum-number-of-balloons

About

A repository for learning algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors