Coder Social home page Coder Social logo

Comments (11)

donng avatar donng commented on June 13, 2024

@liuyubobobo 好的,我会持续更新的😁

from play-with-data-structures.

rubinus avatar rubinus commented on June 13, 2024

找到你了,不过第13,14章节还没有完成

from play-with-data-structures.

donng avatar donng commented on June 13, 2024

@rubinus 最近工作太多差点都给忘了,这周把坑填上,之前的内容也会重新整理一下

from play-with-data-structures.

rubinus avatar rubinus commented on June 13, 2024

05 06 07这三节的AVLTree.go 的 185行,写反了,应该是y.height 和 x.height
// 更新 height
x.height = int(math.Max(float64(this.getHeight(y.left)), float64(this.getHeight(y.right)))) + 1
y.height = int(math.Max(float64(this.getHeight(x.left)), float64(this.getHeight(x.right)))) + 1

比如下面这个
https://github.com/Donng/Play-with-Data-Structures/blob/master/12-AVL-Tree/07-Remove-Elements-in-AVL-Tree/src/AVLTree/AVLTree.go

from play-with-data-structures.

rubinus avatar rubinus commented on June 13, 2024

UnionFind3.go 的63行缺少slice

// 将元素个数少的集合合并到元素个数多的集合上
if pRoot < qRoot {

https://github.com/Donng/Play-with-Data-Structures/blob/master/11-Union-Find/04-Optimized-by-Size/src/UnionFind3/UnionFind3.go

from play-with-data-structures.

donng avatar donng commented on June 13, 2024

@rubinus 👍avl 感觉有问题复查好几次都没发现

from play-with-data-structures.

rubinus avatar rubinus commented on June 13, 2024

@donng 快更新完了吧,牛逼。
@liuyubobobo 如果能把B和B+树的再加一节视频就更好了,因为现在mysql和etcd都用到了B+树

from play-with-data-structures.

rubinus avatar rubinus commented on June 13, 2024

@donng 还没完?

from play-with-data-structures.

donng avatar donng commented on June 13, 2024

@rubinus 先push了,后面再核查一遍

from play-with-data-structures.

donng avatar donng commented on June 13, 2024

@liuyubobobo 课程内容已经全部完成了

from play-with-data-structures.

liuyubobobo avatar liuyubobobo commented on June 13, 2024

你是课程qq群里的哪位?通过课程qq群加一下我好友。谢谢:)

from play-with-data-structures.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.