From b4b6447126eb8fe10e150d3a0ee5c2616d318cdc Mon Sep 17 00:00:00 2001 From: aleen42 Date: Mon, 10 Oct 2016 22:47:58 +0800 Subject: [PATCH] modification --- README-cn.md | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/README-cn.md b/README-cn.md index 32d2c6d..6ead303 100644 --- a/README-cn.md +++ b/README-cn.md @@ -12,36 +12,36 @@ ## 目录 -- [这是?](#what-is-it) -- [为何要用到它?](#why-use-it) -- [如何使用它](#how-to-use-it) -- [拥有一名 Googler 的心态](#get-in-a-googley-mood) -- [我得到了工作吗?](#did-i-get-the-job) -- [跟随着我](#follow-along-with-me) -- [不要自以为自己足够聪明](#dont-feel-you-arent-smart-enough) -- [关于 Google](#about-google) -- [相关视频资源](#about-video-resources) -- [面试过程 & 通用的面试准备](#interview-process--general-interview-prep) -- [为你的面试选择一种语言](#pick-one-language-for-the-interview) -- [在你开始之前](#before-you-get-started) -- [你所看不到的](#what-you-wont-see-covered) -- [日常计划](#the-daily-plan) -- [必备知识](#prerequisite-knowledge) -- [算法复杂度 / Big-O / 渐进分析法](#algorithmic-complexity--big-o--asymptotic-analysis) -- [数据结构](#data-structures) - - [数组](#arrays) - - [链表](#linked-lists) - - [堆栈](#stack) - - [队列](#queue) - - [哈希表](#hash-table) -- [更多的知识](#more-knowledge) - - [二分查找](#binary-search) - - [按位运算](#bitwise-operations) -- [树](#trees) - - [树 —— 笔记 & 背景](#trees---notes--background) - - [二叉查找树: BSTs](#binary-search-trees-bsts) - - [堆 / 优先级队列 / 二叉堆](#heap--priority-queue--binary-heap) - - [字典树(Tries)](#tries) +- [这是?](#这是) +- [为何要用到它?](#为何要用到它) +- [如何使用它](#如何使用它) +- [拥有一名 Googler 的心态](#拥有一名-Googler-的心态) +- [我得到了工作吗?](#我得到了工作吗) +- [跟随着我](#跟随着我) +- [不要自以为自己足够聪明](#不要自以为自己足够聪明) +- [关于 Google](#[关于-Google) +- [相关视频资源](#相关视频资源) +- [面试过程 & 通用的面试准备](#面试过程--通用的面试准备) +- [为你的面试选择一种语言](#为你的面试选择一种语言) +- [在你开始之前](#在你开始之前) +- [你所看不到的](#你所看不到的) +- [日常计划](#日常计划) +- [必备知识](#必备知识) +- [算法复杂度 / Big-O / 渐进分析法](#算法复杂度--big-o--渐进分析法) +- [数据结构](#数据结构) + - [数组](#数组) + - [链表](#链表) + - [堆栈](#堆栈) + - [队列](#队列) + - [哈希表](#哈希表) +- [更多的知识](#更多的知识) + - [二分查找](#二分查找) + - [按位运算](#按位运算) +- [树](#树) + - [树 —— 笔记 & 背景](#树--笔记--背景) + - [二叉查找树:BSTs](#二叉查找树-bstss) + - [堆 / 优先级队列 / 二叉堆](#堆--优先级队列--二叉堆) + - [字典树(Tries)](#字典树tries) - [平衡查找树](#balanced-search-trees) - [N 叉树(K 叉树、M 叉树)](#n-ary-k-ary-m-ary-trees) - [Sorting](#sorting)