learn
Here are 1,104 public repositories matching this topic...
Learning operating system development using Linux kernel and Raspberry Pi
-
Updated
Nov 8, 2020 - C
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginnerDeprecated, please use the TypeScript-Website repo instead
-
Updated
Aug 1, 2020 - JavaScript
2018 edition of our front-end development handbook
-
Updated
Jul 30, 2019 - JavaScript
Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
-
Updated
Apr 11, 2020 - JavaScript
Common data structures and algorithms in Rust
-
Updated
Sep 21, 2020 - Rust
A curated list of resources for devs and designers. Join me on devcord.com if you are up for a chit chat :)
-
Updated
Oct 29, 2020 - Vue
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
-
Updated
Oct 21, 2020 - Python
-
Updated
Nov 8, 2020
An overview of Elm syntax and features
-
Updated
Apr 27, 2018 - Elm
A simple stack-based virtual machine that runs C in the browser.
-
Updated
Jun 22, 2019 - JavaScript
Marvellous code walkthroughs
-
Updated
Nov 24, 2020 - JavaScript
With the recent release of Phoenix 1.5
Now is a great time to go through this example/tutorial with a fresh pair of eyes and completely update it (including) links to code snapshots. We can also extend it to include auth_plug #25
- Checkout
master - Create new branch e.g: `update-t
Table of Contents?
Not sure what this would entail yet, but it would likely be a better way to reduce some of the boilerplate of opening an issue.
A curated list of high-quality codebases to read and study. Read more code!
-
Updated
Oct 25, 2018
A collection of free courses about programming
-
Updated
Oct 27, 2020 - TypeScript
-
Updated
Nov 21, 2020 - Elixir
Improve this page
Add a description, image, and links to the learn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the learn topic, visit your repo's landing page and select "manage topics."


As discussed at TheAlgorithms/Python#3934 (comment)
There's also
greedy_knapsackin thegreedy_methoddirectory.Proposal:
imagesandgreedy_methoddirectory.greedy_knapsacktoknapsackdirectory as there are multiple variations for the knapsack problem according to [Wikipedia](https://en.wikipedia.org/wiki/Knapsack_problem#