All Projects → ResolveWang → Algorithm_qa

ResolveWang / Algorithm_qa

Licence: mit
左程云老师算法最优解Python实现

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Algorithm qa

Hackerrank Solutions
🔥 My HackerRank Solutions in JavaScript
Stars: ✭ 33 (-51.47%)
Mutual labels:  interview-questions
Devops Exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Stars: ✭ 20,905 (+30642.65%)
Mutual labels:  interview-questions
Javascript Interview Questions Developer
Danh sách những câu hỏi trong phỏng vấn Javascript 📝
Stars: ✭ 62 (-8.82%)
Mutual labels:  interview-questions
Interview
Interview Q&A
Stars: ✭ 37 (-45.59%)
Mutual labels:  interview-questions
Php Exercises
Some tricky php exercises and interview questions
Stars: ✭ 49 (-27.94%)
Mutual labels:  interview-questions
Iosinterviewquestions
iOS基础问答面试题连载-附答案
Stars: ✭ 53 (-22.06%)
Mutual labels:  interview-questions
Coding Challenges
solutions to coding challenges and algorithm and data structure building blocks
Stars: ✭ 28 (-58.82%)
Mutual labels:  interview-questions
Php Interview Best Practices In China
📙 PHP 面试知识点汇总
Stars: ✭ 1,133 (+1566.18%)
Mutual labels:  interview-questions
Androidinterview Q A
The top Internet companies android interview questions and answers
Stars: ✭ 7,853 (+11448.53%)
Mutual labels:  interview-questions
Feguide
【前端面试题+前端学习+面试指南】 一份涵盖大部分前端工程师所需要掌握的核心知识。这个项目就是为了帮助那些找工作的前端开发工程师去回顾前端的基础知识,如果你不想找工作,也可以通过查看这些面试问题去巩固你的前端技能。
Stars: ✭ 1,101 (+1519.12%)
Mutual labels:  interview-questions
Awesome Algorithm Question Solution
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
Stars: ✭ 988 (+1352.94%)
Mutual labels:  interview-questions
Ctci Python Solutions
Cracking the Coding Interview in Python 3. The solutions all have detailed explanations with visuals.
Stars: ✭ 1,033 (+1419.12%)
Mutual labels:  interview-questions
Interviewjam
Interview Questions & Coding Challenges
Stars: ✭ 55 (-19.12%)
Mutual labels:  interview-questions
Angular Interview Questions
A list of helpful Angular interview questions you can use to interview potential candidates, test yourself or completely ignore.
Stars: ✭ 967 (+1322.06%)
Mutual labels:  interview-questions
Algorithms Cheatsheet Resources
🤓All the geeky stuffs you need to know at one place!
Stars: ✭ 60 (-11.76%)
Mutual labels:  interview-questions
Vuejs Interview Questions
List of 300 VueJS Interview Questions And Answers
Stars: ✭ 948 (+1294.12%)
Mutual labels:  interview-questions
Java
Repository for Java codes and algos.Star the repo too.
Stars: ✭ 53 (-22.06%)
Mutual labels:  interview-questions
Ctci 6th Edition
Cracking the Coding Interview 6th Ed. Solutions
Stars: ✭ 9,328 (+13617.65%)
Mutual labels:  interview-questions
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+1560.29%)
Mutual labels:  interview-questions
Interview Guide
Coding/technical interview guide: data structures, algorithms, complexity analyses, interview questions
Stars: ✭ 54 (-20.59%)
Mutual labels:  interview-questions

algorithm questions and answers

这个仓库会记录我使用Python解答程序员代码面试指南:IT名企算法与数据结构题目最优解 这本书上的算法题,左老师提供了Java版本的解答,可以点击这里下载Java版本的答案。

使用Python来实现的话,主要有两个原因:1)在实现之前思考是否可以直接使用Python标准库来实现,进一步熟悉标准库,当然为了理解算法,并不会真正 使用标准库的API来实现关键算法 2)左老师已经实现了Java版本,自己再使用Java来做的话,就会忍不住去参考左老师的代码。

本来这个项目完全不用单独开一个repo的,但是怕自己半途而废,所以希望使用这种方式来自勉,从而一直坚持下去。

update

  • 刷了一些题目之后,发现了部分题目有固定的模式和套路,为了让自己能够将这种情况的解题思路牢记于心, 所以添加了一个部分套路总结
  • 目前大概刷完了 程序员代码面试指南剑指offer,下一步计划是刷leetcode中低难度的题。 由于左神的书上的题目已经十分具有代表性了,所以 剑指offerleetcode 中的题目只会挑选 部分具有代表性的题目进行记录和分类总结
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].