Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyagray/cs-data-structures
https://github.com/jeremyagray/cs-data-structures
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremyagray/cs-data-structures
- Owner: jeremyagray
- License: gpl-3.0
- Created: 2024-11-27T22:24:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-28T20:00:15.000Z (about 1 month ago)
- Last Synced: 2024-11-28T21:18:34.059Z (about 1 month ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
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 listCopyright 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 `_