Skip to content

Commit

Permalink
remove some not good and fix cover
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhug committed Mar 10, 2022
1 parent dc9a42d commit 8e7a4c0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
[![GitHub issues](https://img.shields.io/github/issues/hunterhug/goa.c.svg)](https://github.com/hunterhug/goa.c/issues)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

**v2.2.5**

心灵一问:在面试中,你是否对面试官喋喋不休,反复问你关于快速排序,红黑树的各种细节问题而感到无奈,在工作多年后,已经在工程实践中岁月蹉跎的你,想重拾数据结构和算法的回忆,不妨读读这本书。

> 盛年不重来,一日难再晨,及时当勉励,岁月不待人。
Expand Down
5 changes: 1 addition & 4 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Summary

* [目录](README.md)
* [前言](basic/before.md)
* [简单入门Golang](golang/README.md)
* [思考:关于IT职业生涯中编程语言的选择](golang/think.md)
* [简单入门Golang](golang/README.md)
* [包、变量和函数](golang/basic.md)
* [流程控制语句](golang/logic.md)
* [结构体和方法](golang/struct.md)
Expand Down Expand Up @@ -36,7 +34,6 @@
* [AVL树](algorithm/search/avl_tree.md)
* [2-3树和左倾红黑树](algorithm/search/llrb_tree.md)
* [2-3-4树和普通红黑树](algorithm/search/rb_tree.md)
* [后记](basic/after.md)
* [文档部署](doc/install.md)
* [书籍推荐](doc/book.md)
* [参考](basic/refer.md)
15 changes: 15 additions & 0 deletions _coverpage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!-- _coverpage.md -->

# [数据结构和算法(Golang实现) **v2.2.6**](http://www.lenggirl.com)

[![GitHub stars](https://img.shields.io/github/stars/hunterhug/goa.c.svg?style=social&label=Stars)](https://github.com/hunterhug/goa.c/stargazers)
[![GitHub last commit](https://img.shields.io/github/last-commit/hunterhug/goa.c.svg)](https://github.com/hunterhug/goa.c)
[![GitHub issues](https://img.shields.io/github/issues/hunterhug/goa.c.svg)](https://github.com/hunterhug/goa.c/issues)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

> 盛年不重来,一日难再晨,及时当勉励,岁月不待人。
[GitHub](https://github.com/hunterhug/goa.c)
[开始阅读](README)

![mylove](picture/mylove.jpeg)
3 changes: 0 additions & 3 deletions _sidebar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
* [目录](README.md)
* [前言](basic/before.md)
* [简单入门Golang](golang/README.md)
* [思考:关于IT职业生涯中编程语言的选择](golang/think.md)
* [包、变量和函数](golang/basic.md)
* [流程控制语句](golang/logic.md)
* [结构体和方法](golang/struct.md)
Expand Down Expand Up @@ -34,7 +32,6 @@
* [AVL树](algorithm/search/avl_tree.md)
* [2-3树和左倾红黑树](algorithm/search/llrb_tree.md)
* [2-3-4树和普通红黑树](algorithm/search/rb_tree.md)
* [后记](basic/after.md)
* [文档部署](doc/install.md)
* [书籍推荐](doc/book.md)
* [参考](basic/refer.md)
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
'/.*/_navbar.md': '/_navbar.md'
},
loadNavbar: true,
coverpage: true,
onlyCover: true,
// subMaxLevel: 2,
auto2top: true,
count: {
Expand Down Expand Up @@ -66,8 +68,8 @@
}
],
pagination: {
previousText: '上一章节',
nextText: '下一章节',
previousText: '上一篇文章',
nextText: '下一篇文章',
crossChapter: true,
crossChapterText: true,
},
Expand Down
Binary file added picture/mylove.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e7a4c0

Please sign in to comment.