chapter_appendix/contribution/ #7
Replies: 25 comments 23 replies
-
HiHiHi,偶然发现了这个很有意思的项目,顺着看完的“写在前面”的内容,感觉在阅读流程上可以优化一下。 优化内容
P.S. 另外有没有考虑增加上下篇的跳转按钮呢?不过这个感觉优先级不太高,如果目录功能能优化就已经很方便了 |
Beta Was this translation helpful? Give feedback.
-
大神,你这书用什么主题写的 ? |
Beta Was this translation helpful? Give feedback.
-
哇,原来是 K 神 |
Beta Was this translation helpful? Give feedback.
-
想问一下这个图是用什么软件做的啊~ 感觉看着好舒服啊 |
Beta Was this translation helpful? Give feedback.
-
Hello, K神你好,我是方圆,我想问一下本书有没有规划中待写的小节,我想在假期的时候帮忙写某个小节,我平时自己也会写博客儿,文字表达应该是可以的,期待你的回复 |
Beta Was this translation helpful? Give feedback.
-
哈喽,我发现书里的代码示例没有rust版本,但是仓库里有rust版本的代码示例,请问有没有考虑把rust的代码也加到书中呢? |
Beta Was this translation helpful? Give feedback.
-
可以考虑出C版本的PDF嘛 工作不能接触网络 比较遗憾没法工作中学 |
Beta Was this translation helpful? Give feedback.
-
学完打卡,DP和贪心真的是太难了 |
Beta Was this translation helpful? Give feedback.
-
学完打卡,感谢大佬! |
Beta Was this translation helpful? Give feedback.
-
谢谢作者们!!发现整本书除了数据结构那章,并没有提到位操作相关的内容,请问会有意向写作或加上吗? |
Beta Was this translation helpful? Give feedback.
-
作者你好,感谢奉献了这么精彩的教程;本学员从力扣.cn上收益良多,一图胜千言。 |
Beta Was this translation helpful? Give feedback.
-
开源图书有个问题是,由于参与者众多,可能无意中参杂入一些完全复制过来的段落。例如我看到第四章末尾,有个Q&A,要是复制上这句“创建一个新的整数对象时,CPython 首先会检查它是否在−5 和 256 之间。如果是,CPython 就会直接返回现有的整数对象,而不必浪费时间创建新的对象。”虽然能很好回答问题,但这复制自a copyrighted book |
Beta Was this translation helpful? Give feedback.
-
学完打卡,对算法有一个最基本的认识了,下面就是去不断刷题,锻炼自己的思维 |
Beta Was this translation helpful? Give feedback.
-
请问可以加一个 做笔记的 功能吗 阅读时可以批注、加高亮、下划线,然后有个收藏夹集中放批注高亮过的笔记,这样方便回顾重点 |
Beta Was this translation helpful? Give feedback.
-
大概看了一下内容, 提几个建议:
最后推荐一个不错的资源: dmitrysoshnikov.teachable.com |
Beta Was this translation helpful? Give feedback.
-
学习中,如果有推荐的例题来练习就更好啦 |
Beta Was this translation helpful? Give feedback.
-
大佬您好,我本地docker部署之后,没有可视化运行,需要怎么弄 |
Beta Was this translation helpful? Give feedback.
-
您好,重新尝试了几次,安装也没报错,本地访问就只有可视化运行没有,其他一切正常
kaibo.li
***@***.***
…------------------ 原始邮件 ------------------
发件人: "krahets/hello-algo" ***@***.***>;
发送时间: 2024年1月20日(星期六) 上午8:41
***@***.***>;
***@***.******@***.***>;
主题: Re: [krahets/hello-algo] chapter_appendix/contribution/ (Discussion #7)
因为你没有提供更多信息,我的建议是『删除 Docker 容器和镜像、拉取最新代码、重新按照作者给定指令执行、注意端口号不要冲突、以及其他的细节』,如果还是不行,建议检查 Docker 是否正常,再多做几遍上面的步骤,肯定会解决你的问题。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
一直部署失败,求个大佬帮忙看一下 |
Beta Was this translation helpful? Give feedback.
-
请问这个前端是自己写的嘛,还是用了什么样的插件? |
Beta Was this translation helpful? Give feedback.
-
问一下,为什么我部署的页面中,长一些的代码就会是这样的 [file]{array_hash_map}-[class]{array_hash_map}-[func]{} 在源码的markdown文件中对应的地方是
这样的,不知道为何不显示对应的源码的代码 而只是显示 |
Beta Was this translation helpful? Give feedback.
-
算法时间复杂度定义应该是有误,准确说应该是算法主体执行步骤量,说是算法执行消耗的时间这个肯定是有误的,虽然网上博客很多都使用时间这个标准,但是应该谨慎的说不能用时间标准来衡量算法的时间复杂度,比如O(1)的时间复杂度,能说它是执行消耗多少时间吗?这只是说执行任意大小的数据,所执行的步骤都是固定的,如果是指时间,就算相同的算法连续执行多次都可能会消耗不同的时间。 |
Beta Was this translation helpful? Give feedback.
-
chapter_appendix/contribution/
一本动画图解、能运行、可提问的数据结构与算法入门书
https://www.hello-algo.com/chapter_appendix/contribution/
Beta Was this translation helpful? Give feedback.
All reactions