Skip to content

Solutions for LeetCode and several other programming websites.

License

Notifications You must be signed in to change notification settings

jhinkoo331/leetcode

Repository files navigation

Solutions for LeetCode

So difficult...
so difficut

Mainly implemented by c, cpp, python & go.

Directories explanation:

  • fall2023: 2023 fall campus recruitment
  • image: 图片
  • interview: 《剑指Offer》中的算法题实现
  • model: 算法常用的数据结构实现, 例如LinkedList, BinaryTree等
  • nowcoder: 牛客网算法题实现
  • solution: leetcode网站算法题实现
  • src: Go语言用到的基本数据结构
  • util: C, C++常用的工具, 例如序列化和反序列化