Wonz
Wonz
全部文章
LeetCod...
# ACM(1)
# C++(32)
# C语言(12)
# Django(11)
# git(3)
# Hexo(6)
# HTML(1)
# LaTex学习(1)
# Linux(16)
# MySQL(1)
# PAT(46)
# Python(13)
# SQL数据库(10)
# 动态规划(13)
# 微型计算机原理与接口技术(16)
# 操作系统(9)
# 数据结构(28)
# 机器学习(4)
# 比赛感想与回忆(1)
# 汇编语言程序设计(11)
# 洛谷(4)
# 离散数学(5)
# 经验之谈(1)
# 编译原理(4)
# 计算机图形学(14)
# 资源汇总(5)
# 软件安装(34)
# 运筹学(5)
Go学习笔记(19)
PostgreSQL(3)
——————数学——————(1)
——————科研——————(1)
——————算法——————(13)
——————随笔——————(12)
—————人工智能—————(1)
南邮期末考试回忆and知识梳理(1)
实用小工具分享(2)
找工作(1)
归档
标签
去牛客网
登录
/
注册
Wonz
Enjoy Coding. Enjoy Life.
全部文章
/ LeetCode个人题解
(共4篇)
LeetCode | 面试题09. 用两个栈实现队列【剑指Offer】【Python】
来自专栏
LeetCode 面试题09. 用两个栈实现队列【剑指Offer】【Easy】【Python】【栈】【队列】 问题 力扣 用两个栈实现一个队列。队列的声明如下,请实现它的两个函数 appendTail 和 deleteHead ,分别完成在队列尾部插入整数和在队列头部删除整数的功能。(若队列中没有...
栈
队列
LeetCode
Python
2020-03-27
0
443
LeetCode | 0226. Invert Binary Tree翻转二叉树【Python】
来自专栏
LeetCode 0226. Invert Binary Tree翻转二叉树【Easy】【Python】【二叉树】【递归】 Problem LeetCode Invert a binary tree. Example: Input: 4 / \ 2 7 / \ ...
递归
二叉树
栈
LeetCode
Python
2020-03-19
0
573
LeetCode | 1381. 设计一个支持增量操作的栈【Python】
来自专栏
LeetCode 1381. Design a Stack With Increment Operation设计一个支持增量操作的栈【Medium】【Python】【栈】 Problem LeetCode Design a stack which supports the following op...
栈
LeetCode
Python
2020-03-15
0
542
LeetCode | 0225. Implement Stack using Queues用队列实现栈【Python】
来自专栏
LeetCode 0225. Implement Stack using Queues用队列实现栈【Easy】【Python】【栈】【队列】 Problem LeetCode Implement the following operations of a stack using queues. ...
栈
队列
LeetCode
Python
2020-03-01
0
519