Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 484 Bytes

File metadata and controls

24 lines (15 loc) · 484 Bytes

Questions

[TOC]

Chapter1-Introduction

  • 为什么要学习数据结构与算法
  • 什么是递归,最经典的递归Demo是什么
  • 递归的三要素是什么,递归可能导致的问题是什么
  • 递归的可能导致的弊端是什么

Chapter2-Algorithm-Analysis

  • 什么是 Online Algorithm
  • 二分查找的前提是什么
  • 如何求两个数的最大公约数

Chapter3-List-Stack-Queue

  • 链式栈如何实现,链式栈的优点

ChapterN-Search