Skip to content

ALong1997/LeetCode

Repository files navigation

LeetCode

LeetCode Online Judge is a website containing many algorithm questions. Most of them are real interview questions of Google, Facebook, LinkedIn, Apple, etc. and it always help to sharp our algorithm Skills. Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. This repo shows my solutions in Go with the code style strictly follows the Google Golang Style Guide. Please feel free to reference and STAR to support this repo, thank you!

Language

Golang : go 1.20

Classification

  • array
  • string
  • two pointers
  • linked list
  • stack
  • tree
  • dynamic programming
  • backtracking
  • depth first search
  • breadth first search
  • binary search
  • math
  • hash table
  • sort
  • bit manipulation
  • union find
  • sliding window
  • segment tree
  • binary indexed tree

Directory Structure

classification

question

  • README question and solution
  • answer my solution
  • answer_test my solution test
  • reference better solution than my solution

Releases

No releases published

Packages

No packages published

Languages