Skip to content

yaochengliang/examination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

interview_test

常见笔试题,包含常用的数据结构和算法,python版

#目录说明

construct_tree.py:输入二叉树的前序和中序结果(不含重复数字),重建该二叉树

create_list.py:打印单链表

fibonacci.py:斐波那契数列(从第三项开始,每个数的值为前两个数之和,输入n,输出斐波那契第n项

find_2Darray.py:二维数组查找

pushpop_stack.py:用两个栈来实现一个队列,完成队列的pop和push操作

replace_black_string.py:字符串空格替换

rotate_array.py:数组的旋转(把数组最开始的若干个元素搬到数组的末尾

About

常见笔试题,包含常用的数据结构和算法,python版

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages