常用数据结构与算法(python)

排序算法:https://www.cnblogs.com/wsk312138147/p/9635053.html

二叉树:https://www.cnblogs.com/feixuelove1009/p/6148357.html

二叉树前中后序遍历方法(递归、循环):https://www.cnblogs.com/bjwu/p/9284534.html

链表:https://www.cnblogs.com/kumata/p/9147077.html

二叉树基础知识总结:https://blog.csdn.net/xiaoquantouer/article/details/65631708

顺序表基本操作:https://www.cnblogs.com/wsnb/p/5191518.html

堆、栈、队列区别:https://www.jianshu.com/p/5f148c3e4f7d

堆、栈区别:https://blog.csdn.net/K346K346/article/details/80849966

你可能感兴趣的:(面经,算法题等)