معرفی شرکت ها


cs-nds-0.3.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Often used things for Computer Science classes
ویژگی مقدار
سیستم عامل -
نام فایل cs-nds-0.3.1
نام cs-nds
نسخه کتابخانه 0.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده alexcoder04
ایمیل نویسنده alexcoder04@protonmail.com
آدرس صفحه اصلی https://github.com/alexcoder04/cs_nds
آدرس اینترنتی https://pypi.org/project/cs-nds/
مجوز -
# Computer Science Niedersachsen This Library contains often used methods and classes for Computer Science classes in Niedersachsen (Lower Saxony), Germany. The initial and main reason for creation of this library is an implementation of the `Stack` and `Queue` classes, which differ from the Python implementation. **Disclaimer:** Although I try to give my best to provide a useful tool, I cannot guarantee it always working correctly and being up-to-date with the latest specifications. If you encounter a problem, please open an [issue](https://github.com/alexcoder04/cs_nds/issues). ## Installation This package is available over `pip`: ```sh pip install cs-nds ``` To use it in your code, just import it: ```python import cs_nds my_queue = cs_nds.Queue() my_queue.enqueue(3) # ... ``` ## Data Structures - `Stack` ("Stapel" / stack) - `Queue` ("(Warte-)Schlange" / queue) - `DynArray` ("Dynamische Reihung" / dynamic array) - `BinTree` ("Binärbaum" / binary tree)


نحوه نصب


نصب پکیج whl cs-nds-0.3.1:

    pip install cs-nds-0.3.1.whl


نصب پکیج tar.gz cs-nds-0.3.1:

    pip install cs-nds-0.3.1.tar.gz