Interview Prep:我使用Python解决的一系列采访式问题 源码
面试准备问题 该存储库反映了我在AlgoExpert,Leetcode,HackerRank等网站上采访风格问题的实践。 我计划每天做一个问题,并在此处上传我的代码。 这些问题按难度(容易,中等,困难,非常困难)分组。 问题类别为: 数组 弦乐 链表 动态编程 贪婪算法 二叉树和二叉搜索树(BT,BST) 著名算法 图表 堆 堆栈 排序/搜索 递归 难度等级: :white_circle: 简单:7 :blue_circle: 中:9 :red_circle: 硬:0 :black_circle: 很难:0 :white_medium_star: 很好审查 合计: 16 感谢您的阅读,享受! 第1天(2/22/2021): AlgoExpert 。 分类:BST,贪婪算法 :white_circle: :blue_circle: :blue_circle: 第2天(2/23/2021): AlgoExpert 。 分类:数组 :blue_circle: :blue_circle: 第3天(2/24/2021): AlgoExpert
文件列表
Interview-Prep-master.zip
(预估有个18文件)
Interview-Prep-master
README.md
6KB
.gitignore
6B
Easy
minimum_waiting_time.py
778B
find_closest_value_bst.py
1KB
depthfirstsearch.py
1KB
generate_document.py
1KB
sortedSquaredArray.py
590B
caesar_cipher_encryptor.py
830B
暂无评论