• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
LilyLiya
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 ··· 11 下一页
2021年6月11日
PayPal MLSE job description
摘要: Discovering, analyzing, structuring and mining data Statistical hypotheses validation and model performance analysis Developing neural network models 阅读全文
posted @ 2021-06-11 23:38 LilyLiya 阅读(30) 评论(0) 推荐(0)
2021年6月10日
Continuous Median
摘要: Heap constructions, min heap, max heap, rebalance heaps ,find medians 阅读全文
posted @ 2021-06-10 06:49 LilyLiya 阅读(51) 评论(0) 推荐(0)
2021年6月2日
Remove Duplicates From Linked List
摘要: sorted array, linklist 阅读全文
posted @ 2021-06-02 08:18 LilyLiya 阅读(49) 评论(0) 推荐(0)
Valid IP Address
摘要: check leading zero: stringAsInt = int(string) return len(string) == len(str(stringAsInt)) join strings from a list together (".".join()) 阅读全文
posted @ 2021-06-02 06:21 LilyLiya 阅读(86) 评论(0) 推荐(0)
Longest substring without duplication
摘要: refer to: https://www.algoexpert.io/questions/Longest%20Substring%20Without%20Duplication Problem Statement Analysis Code def longestSubstringWithoutD 阅读全文
posted @ 2021-06-02 02:21 LilyLiya 阅读(45) 评论(0) 推荐(0)
2021年6月1日
Largest range
摘要: refer to: https://www.algoexpert.io/questions/Largest%20Range Problem Statement Analysis The most naive way, sort the array, then check the largest ra 阅读全文
posted @ 2021-06-01 08:15 LilyLiya 阅读(55) 评论(0) 推荐(0)
Subarray sort
摘要: refer to : https://www.algoexpert.io/questions/Subarray%20Sort Problem Statement Analysis Code def subarraySort(array): minOutOfOrder = float("inf") m 阅读全文
posted @ 2021-06-01 05:45 LilyLiya 阅读(61) 评论(0) 推荐(0)
2021年5月30日
Multi String Search
摘要: refer to: https://www.algoexpert.io/questions/Multi%20String%20Search Input: a big string and an array of small strings, the length of every string in 阅读全文
posted @ 2021-05-30 12:03 LilyLiya 阅读(65) 评论(0) 推荐(0)
2021年5月29日
Suffix Trie Construction
摘要: refer to: https://www.algoexpert.io/questions/Suffix%20Trie%20Construction Problem statement Example Analysis step 1 step 2 step 3 Time/ Space Complex 阅读全文
posted @ 2021-05-29 07:37 LilyLiya 阅读(47) 评论(0) 推荐(0)
2021年5月27日
Underscorify Substring
摘要: flag = 0, 1的巧妙变换!!! 阅读全文
posted @ 2021-05-27 08:29 LilyLiya 阅读(95) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 11 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3