Weiwei's Tech Blog

Weiwei's Tech Blog

Previous | Page: 2 of 2 | Next

Python3实现火车票查询工具

| (Last Update : April 27, 2020)
Python Python3实现火车票查询工具

引言 学了Python基础语法后想锻炼一下解决实际问题的水平,那本文介绍的小项目刚刚好。通过本文中项目,你可以学会不打开12306或者APP就能查询火车票,同时熟悉Python库的使用方法,了解Python程序设计思路。

Read more...

Why we need Tree Data Structure?

April 26, 2020 | (Last Update : April 26, 2020)
tree data structure algorithm

Why we need Tree Data Structure? Why Choose Trees Definition As we known, tree is a kind of data structure, which contains a set of nodes connected by directed or undirected. It’s a non-linear data structure in logical, compared to arrays, or string.

Read more...
Previous | Page: 2 of 2 | Next