Skip to content

Richard-coder/Programming-Practice

Repository files navigation

Programming-Practice

tags: 目录


简介

这篇博客是我平时刷Leetcode,剑指offer题目和牛客网上的招聘题目等的代码、思路。代码和思路都保存在我的github上,我对于每一道题都尽量做到c++和python都进行实现。在解题的过程中会参考一些资料,难以面面俱到的写出参考信息,如若侵权,请联系删除。

代码思路的github连接:https://github.com/Richard-coder/Programming-Practice/tree/master

Leetcode

题号 题目&&题解 c++ python 难度
26 Remove Duplicates from Sorted Array c++ easy
80 RemoveDuplicatesFromSortedArrayII c++ python easy
66 PlusOne c++ python easy
118 Pascal'sTriangle c++ python easy
119 Pascal'sTriangleII c++ python easy
88 MergeSortedArray c++ python easy
1 TwoSum c++ python easy
15 3Sum c++ python medium

牛客网2017笔试题合集

公司 题目&&题解 c++ python
网易 合唱团 c++ python

剑指offer

考察点 题目&&题解 c++ python
数组 二维数组中的查找 c++ python
字符串 替换空格 c++ python
链表 从尾到头打印链表 c++ python
二叉树 重建二叉树 c++ python
栈 队列 用两个栈实现队列 c++ python
二分查找 旋转数组的最小数字 c++ python
递归 斐波那契数列 c++ python

经典算法&&数据结构

考察点 题目&&题解 c++ python
排序 快速排序 c++ python

参考

  1. LeetCode Solutions by kamyu104
  2. LeetCode题解
  3. 剑指Offer——名企面试官精讲典型编程题
  4. 牛客网
  5. AlgorithmsByPython

About

Leetcode&&剑指Offer&&牛客网

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published