This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompetitive-programming.html
14 lines (14 loc) · 2.39 KB
/
competitive-programming.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="description" content="Competitive programming is a tool used (erroneously) by many employers to test whether you are good at programming."><!-- Bing --><meta name="msvalidate.01" content="45CBBE1BD8265A2217DFDA630EB8F84A" /><title>Tiny Brain Fans - Competitive Programming</title><link rel="stylesheet" href="tinystyle.css"></head><body>
<main id="main"><article id="content"><h1 id="title">Competitive Programming</h1><p>Competitive programming is a tool used (erroneously) by many employers to test whether you are good at programming. However, this doesn't mean that working on and solving those problems isn't <a href="programming.html">fun</a>.</p>
<p>Working on these problems will elucidate the faults in your <a href="pi-at-pc-framework.html">schemas</a> for <a href="problem-solving.html">problem solving</a>, and create recognizable mental models that you can draw parallels to when solving novel problems.</p>
<h2>References</h2>
<ol>
<li><a href="https://yewtu.be/channel/UC_mYaQAE6-71rjSN6CeCA-g" target="_blank">https://yewtu.be/channel/UC_mYaQAE6-71rjSN6CeCA-g</a></li>
<li><a href="https://neetcode.io/" target="_blank">https://neetcode.io/</a></li>
<li><a href="https://seanprashad.com/leetcode-patterns/" target="_blank">https://seanprashad.com/leetcode-patterns/</a></li>
<li><a href="https://leetcode.com" target="_blank">https://leetcode.com</a></li>
<li><a href="https://www.codewars.com/" target="_blank">https://www.codewars.com/</a></li>
<li><a href="https://projecteuler.net/" target="_blank">https://projecteuler.net/</a></li>
<li><a href="https://adventofcode.com/" target="_blank">https://adventofcode.com/</a></li>
</ol>
<p class="last-modified">Last modified: 202206101419</p></article></main><footer><nav><a href="index.html">Sitemap</a></nav><div class="social"><p>Built using <a href="http://codeberg.org/milofultz/swiki" target="_blank" rel="noopener noreferrer">{{SWIKI}}</a></p><p><a href="http://codeberg.org/milofultz/" target="_blank" rel="noopener noreferrer">Codeberg</a></p><p><a href="http://milofultz.com/" target="_blank" rel="noopener noreferrer">milofultz.com</a></p><p><a href="https://merveilles.town/@milofultz" target="_blank" rel="me noopener noreferrer">Mastodon</a></p></div></footer></body></html>