Alice52 / algorithms

This repository is for learning Algorithms.
https://programmercarl.com/
0 stars 0 forks source link

[daily] 2021-09-16 #184

Closed Alice52 closed 3 years ago

Alice52 commented 3 years ago
  1. reference

  2. discription

      1. 有效的字母异位词
  3. core

    • HashMap + 字母=> int

  1. reference

  2. discription

    • 两个数组的交集
  3. core

    • HashMap

  1. reference
  2. discription
      1. 快乐数
  3. core

    • 无限循环: 表示出现重复的数字
    • 那么就可以使用快慢指针 || hashMap

  1. reference
  2. discription
    • 两数之和
  3. core

    • HashMap

  1. reference
  2. discription
      1. 四数相加 II
  3. core

    • 前两个 和 后两个 HashMap 求相反