Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 4.39 KB

README.md

File metadata and controls

68 lines (46 loc) · 4.39 KB

Learning Computer Science

logo

  1. Overview
  2. Project
    1. Project Management
  3. Product
  4. Development
    1. Contributing
  5. Links
  6. Notes
  7. License

Overview

Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.

Discord CircleCI Actions Status GitHub Super-Linter codecov

[More project metadata badges here. More CI/CD badges here.]

Project

Document Link
Metadata ./documentation/project/metadata.md

Project Management

GitHub Projects

Product

Document Link
Installation ./documentation/product/installation.md
Usage ./documentation/product/usage.md

Development

Document Link
Design and Architecture ./documentation/development/design-architecture.md
Requirements ./documentation/development/requirements.md
Testing ./documentation/development/testing.md
CI/CD ./documentation/development/ci-cd.md

Contributing

./.github/CONTRIBUTING.md

Links

Notes

  1. Problems in the repository are not necessarily solved by me. The goal is to learn. Sometimes in the interest of time, that involves understanding an existing solution rather than spending an inordinate amount of time trying to solve it by myself. Where applicable I have provided references to the original solution.
  2. Problems in this repository are not unique. Given that the same (or similar) problem may exist in multiple origins, more than a few problems are repeated. It is my goal to provide some sort of querying mechanism via a website for users to view only a unique instance of a problem, either from a "first or default" origin or a specified origin.

License

MIT