All Projects → davecom → Classiccomputerscienceproblemsinpython

davecom / Classiccomputerscienceproblemsinpython

Licence: apache-2.0
Source Code for the Book Classic Computer Science Problems in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Classiccomputerscienceproblemsinpython

Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+1020.25%)
Mutual labels:  algorithms, computer-science, book
Cs Books
📚 Computer Science Books 计算机技术类书籍 PDF
Stars: ✭ 2,915 (+422.4%)
Mutual labels:  algorithms, computer-science, book
Problem Solving Training
Problem solving training for computer science students.
Stars: ✭ 210 (-62.37%)
Mutual labels:  algorithms, computer-science
Jbook
Notes about programming, advices, algorithms and a lot of good stuff with Java
Stars: ✭ 233 (-58.24%)
Mutual labels:  algorithms, book
Cs Video Courses
List of Computer Science courses with video lectures.
Stars: ✭ 27,209 (+4776.16%)
Mutual labels:  algorithms, computer-science
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+2973.66%)
Mutual labels:  algorithms, computer-science
Pretty Algorithms
🌊 Pretty, common and useful algorithms with modern JS and beautiful tests
Stars: ✭ 2,163 (+287.63%)
Mutual labels:  algorithms, computer-science
Awesome Algorithm Books
📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
Stars: ✭ 245 (-56.09%)
Mutual labels:  algorithms, book
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-74.37%)
Mutual labels:  algorithms, computer-science
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+36613.08%)
Mutual labels:  algorithms, computer-science
Javascript Algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Stars: ✭ 133,406 (+23807.89%)
Mutual labels:  algorithms, computer-science
Mega Interview Guide
The MEGA interview guide, JavaSciript, Front End, Comp Sci
Stars: ✭ 255 (-54.3%)
Mutual labels:  algorithms, computer-science
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-71.86%)
Mutual labels:  algorithms, computer-science
Data Structures And Algorithms
Data Structures and Algorithms implemented In Python, C, C++, Java or any other languages. Aimed to help strengthen the concepts of DS&A. Give a Star 🌟 if it helps you.
Stars: ✭ 146 (-73.84%)
Mutual labels:  algorithms, computer-science
Openlib.cs
📚 A Collection of Free & Open Resources for University Coursework in Computer Science.
Stars: ✭ 198 (-64.52%)
Mutual labels:  algorithms, computer-science
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-74.19%)
Mutual labels:  algorithms, computer-science
Software Foundations
Software Foundations in Idris
Stars: ✭ 383 (-31.36%)
Mutual labels:  computer-science, book
Thealgorithms
Algorithms repository.
Stars: ✭ 122 (-78.14%)
Mutual labels:  algorithms, computer-science
19 udacity dsa
Data Structures & Algorithms Nanodegree Program from Udacity
Stars: ✭ 140 (-74.91%)
Mutual labels:  algorithms, computer-science
Fucking Algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Stars: ✭ 99,705 (+17768.28%)
Mutual labels:  algorithms, computer-science

Classic Computer Science Problems in Python

This repository contains source code to accompany the book Classic Computer Science Problems in Python by David Kopec. You will find the source organized by chapter. As you read the book, each code listing contains a file name that corresponds to a file in this repository.

Classic Computer Science Problems in Python Cover

Get the Book

  • Manning the publisher sells both hard copy and DRM-free eBook editions
  • Amazon if you buy the hard copy from Amazon, it will come with a way to download the eBook for free from the publisher

Versioning and Packages

The source code in this repository requires Python 3.7 and installation of the typing_extensions package. Due to its extensive use of Python 3.7 features (data classes, advanced type hints, etc.), most of the source code will not work with earlier versions of Python. You can install the typing_extensions package with pip3 install typing_extensions or pip install typing_extensions depending on your Python/pip setup.

Questions about the Book

You can find general questions and descriptive information about the book on the Classic Computer Science Problems website. Also, feel free to reach out to me on Twitter, @davekopec. If you think you found an error in the source code, please open an issue up here on GitHub.

Free Content Based on the Book

License

All of the source code in this repository is released under the Apache License version 2.0. See LICENSE.

Other Books and Languages

Official Books from the Series by @davecom

Ports

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].