Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeremyagray/cs-data-structures


https://github.com/jeremyagray/cs-data-structures

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

.. ***************************************************************************
..
.. cs-data-structures, simple Python data structures
..
.. Copyright 2024 Jeremy A Gray .
..
.. All rights reserved.
..
.. SPDX-License-Identifier: GPL-3.0-or-later
..
.. ***************************************************************************

====================
cs-data-structures
====================

cs-data-structures is a set of simple Python data structures for use
in introductory computer science classes.

Installation
============

Clone the repository.

Usage
=====

Import and use the data structures as necessary. Includes:

* nodes
* linked list

Copyright and License
=====================

SPDX-License-Identifier: `GPL-3.0-or-later `_

cs-data-structures, simple Python data structures.

Copyright (C) 2024 `Jeremy A Gray `_.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.

Author
======

`Jeremy A Gray `_