All Projects → NLP-LOVE → Codinginterviews2 Bypython

NLP-LOVE / Codinginterviews2 Bypython

此项目是《剑指offer》第二版里算法面试题的Python3实现版本,作为一本经典书籍,可以时常拿出来看一看、翻一翻、记一记。同时也是为了Python程序员能够更好的通过公司的技术面试,拿到心仪的offer。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Codinginterviews2 Bypython

Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+388.46%)
Mutual labels:  algorithm, interview-questions
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+31075.64%)
Mutual labels:  algorithm, interview-questions
Problem Solving Javascript
🔥 Crack you JS interviews ⚡ Collection of most common JS Interview questions with Unit Tests 🚀
Stars: ✭ 451 (+478.21%)
Mutual labels:  algorithm, interview-questions
Algorithms
algorithms playground for common questions
Stars: ✭ 3,227 (+4037.18%)
Mutual labels:  algorithm, interview-questions
Algorithms And Data Structures
Algorithms and Data Structures implemented in Java
Stars: ✭ 41 (-47.44%)
Mutual labels:  algorithm, offer
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+27602.56%)
Mutual labels:  algorithm, interview-questions
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+5883.33%)
Mutual labels:  algorithm, interview-questions
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+250%)
Mutual labels:  algorithm, interview-questions
Awesome Algorithm Question Solution
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
Stars: ✭ 988 (+1166.67%)
Mutual labels:  algorithm, interview-questions
Tech Refrigerator
🍰 기술 냉장고입니다. 🛒 기술 면접 , 전공 시험 , 지식 함양 등 분명 도움될 거예요! 🤟
Stars: ✭ 699 (+796.15%)
Mutual labels:  algorithm, interview-questions
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+292.31%)
Mutual labels:  algorithm, interview-questions
Algorithms Cheatsheet Resources
🤓All the geeky stuffs you need to know at one place!
Stars: ✭ 60 (-23.08%)
Mutual labels:  algorithm, interview-questions
Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+28669.23%)
Mutual labels:  algorithm, interview-questions
Free Programming Books
📚码农周报 免费的编程书籍,leetcode(力扣)题解、前端算法题,牛客网前端大厂面试题题解、提升工作效率的常用工具等📈🎉
Stars: ✭ 345 (+342.31%)
Mutual labels:  algorithm, interview-questions
Codinginterviews
This repository contains coding interviews that I have encountered in company interviews
Stars: ✭ 2,881 (+3593.59%)
Mutual labels:  algorithm, interview-questions
Sde Interview Questions
Most comprehensive list 📋 of tech interview questions 📘 of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Stars: ✭ 5,406 (+6830.77%)
Mutual labels:  algorithm, interview-questions
Commondevknowledge
🔥 🌟⭐⭐⭐ ⭐ 史上最全的BAT大厂Android面试题汇集,以及常用的Android开发的一些技能点,冷门知识点汇总,开发中遇到的坑汇总等干货。
Stars: ✭ 2,831 (+3529.49%)
Mutual labels:  interview-questions, offer
Job Interview Questions To Ask Companies
List of interview questions... For candidates! Pick your next company wisely
Stars: ✭ 261 (+234.62%)
Mutual labels:  interview-questions, offer
Lintcode
📘 C++11 Solutions of All 289 LintCode Problems (No More Updates)
Stars: ✭ 570 (+630.77%)
Mutual labels:  algorithm, interview-questions
Interview Guide
Coding/technical interview guide: data structures, algorithms, complexity analyses, interview questions
Stars: ✭ 54 (-30.77%)
Mutual labels:  algorithm, interview-questions

项目介绍

  • 此项目是《剑指offer》第二版里算法面试题的Python3实现版本。
  • 包括数组、字符串、链表、树、栈、队列和哈希表等数据结构的面试题。
  • 查找、排序、动态规划、贪心等算法题。
  • 收录的都是各大公司常考的题目。

扎实的基本功是成为优秀程序员的前提条件,而这些体现在编程语言、数据结构和算法上,这也是此项目的初衷。帮助自己的同时也帮助各位同学在各自的道路上能够走得更远。

有意向一起完成此项目或者有问题、有补充的可以加入《剑指offer》讨论群【818185620】《剑指offer》讨论群

  • 请关注 AIArea 公众号:算法工程师

目录

项目持续更新中......

类型 题型
数据结构 Interview-3:数组中重复的数字
数据结构 Interview-4:二维数组中的查找
数据结构 Interview-5:字符串替换空格
数据结构 Interview-6:从尾到头打印链表
数据结构 Interview-7:重建二叉树
数据结构 Interview-8:二叉树中序遍历的下一个节点
数据结构 Interview-9:用两个栈实现队列
数据结构 Interview-10:斐波那契数列
数据结构 Inverview-59:队列的最大值
数据结构 Inverview-62:圆圈中最后剩下的数字
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].