Giter Site home page Giter Site logo

Comments (5)

PegasusWang avatar PegasusWang commented on May 27, 2024

hi, 感谢提出。问题已经修复。mr 在: 58d5d21

from python_data_structures_and_algorithms.

lhsfcboy avatar lhsfcboy commented on May 27, 2024

应该不止那一处, 估计所有的都忘了写等号了

$ find . -name \*.py -exec grep -Hn '> self.maxsize' {} \;
./01_抽象数据类型和面向对象编程/bag_adt.py:11:        if len(self) > self.maxsize:
./03_链表/double_link_list.py:31:        if self.maxsize is not None and len(self) > self.maxsize:
./03_链表/double_link_list.py:43:        if self.maxsize is not None and len(self) > self.maxsize:
./03_链表/linked_list.py:34:        if self.maxsize is not None and len(self) > self.maxsize:
./03_链表/linked_list.py:46:        if self.maxsize is not None and len(self) > self.maxsize:
./04_队列/queue.py:35:        if self.maxsize is not None and len(self) > self.maxsize:
./05_栈/stack.py:34:        if self.maxsize is not None and len(self) > self.maxsize:
./05_栈/stack.py:46:        if self.maxsize is not None and len(self) > self.maxsize:
./double_link_list.py:32:        if self.maxsize is not None and len(self) > self.maxsize:
./double_link_list.py:44:        if self.maxsize is not None and len(self) > self.maxsize:
./linked_list.py:33:        if self.maxsize is not None and len(self) > self.maxsize:
./linked_list.py:45:        if self.maxsize is not None and len(self) > self.maxsize:

from python_data_structures_and_algorithms.

PegasusWang avatar PegasusWang commented on May 27, 2024

已经更新,请 pull 下最新的 master。

from python_data_structures_and_algorithms.

lhsfcboy avatar lhsfcboy commented on May 27, 2024

好的, 谢谢~

P.S. 楼主你有没有注意到 https://github.com/PegasusWang/python_data_structures_and_algorithms/commits/master 这里面, 有些提交显示不出来头像,

我的经验是, 这通常是由于本地设置的git对应的邮箱写错了导致的, 你可以自己查查看, 否则,看到那个灰头像能逼死强迫症的.

from python_data_structures_and_algorithms.

PegasusWang avatar PegasusWang commented on May 27, 2024

hi, 这个因为是不同电脑提交导致的。已经更新成了同一个 user,多谢提醒。

from python_data_structures_and_algorithms.

Related Issues (20)

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.