Skip to content

No leetcode a day,the offer keeps me away.(A repo to record my leetcode solutions by JavaScript)

License

Notifications You must be signed in to change notification settings

fireairforce/leetCode-Record

Repository files navigation

Code Record

GitHub license Travis

 记录我从 2019.07开始至今的代码、刷题记录

Introduction

涉及到的算法(Algorithm)技巧主要有:

  • 基础技巧:分治、倍增、二分、贪心
  • 排序算法:快速排序、归并排序
  • 搜索算法:回溯、递归、DFS、BFS
  • 动态规划:背包、最长子序列、计数问题

数据结构(Data Structures)主要有以下几种:

  • 数组
  • 链表:单向、双向、循环
  • 队列/栈
  • 哈希表
  • 二叉树/图
  • 字符串

前端相关的手写代码有:

leetcode process

My LeetCode Address

image-20200628115523880

image-20200628115602928

About

No leetcode a day,the offer keeps me away.(A repo to record my leetcode solutions by JavaScript)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published