摘要:
数组中重复的数字 最近在复习算法和数据结构(基于Python实现),然后看了Python的各种“序列”——比如列表List、元组Tuple和字符串String,后期会写一篇博客介绍 这一数据结构。 不过我们先来看《剑指Offer》中关于数组的一道面试题。 面试题3:数组中重复的数字 题目一:找出数组 阅读全文
摘要:
教你如何用最简单的方式学会单链表 阅读全文
摘要:
LeetCode206 反转链表 思路 代码 阅读全文
摘要:
Two Sum 两数之和 Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices 阅读全文
摘要:
插入排序Python实现 阅读全文
摘要:
选择排序Python实现 python coding: utf 8 @Time : 2019/10/28 20:06 @Author : yuzhou_1shu @Email : yuzhou_1shu@163.com @File : selection_sort.py @Software: PyC 阅读全文
摘要:
冒泡排序Python实现 阅读全文
摘要:
LeetCode 80——删除排序数组中的重复项 II 给定一个排序数组,你需要在原地删除重复出现的元素,使得每个元素最多出现两次,返回移除后数组的新长度。 不要使用额外的数组空间,你必须在原地修改输入数组并在使用 O(1) 额外空间的条件下完成。 示例 1: 给定 nums = [1,1,1,2, 阅读全文
摘要:
你不得不读的Django2.0入门笔记 阅读全文
摘要:
决定开始每天一道面试题(来自牛客、LeetCode等) 阅读全文