Algorithms - sgml/signature GitHub Wiki
EDW
- https://en.wikipedia.org/wiki/Banker%27s_algorithm
- https://chrisdone.com/posts/dijkstra-haskell-java/
- https://www.instructables.com/id/Dijkstras-Algorithm-in-Simple-Steps/
- https://www.cs.utexas.edu/users/EWD/transcriptions/EWD05xx/EWD594.html
- http://www.cs.utexas.edu/~EWD/transcriptions/EWD04xx/EWD426.html
- http://www.cs.utexas.edu/~EWD/transcriptions/EWD10xx/EWD1012.html
- https://www.cs.utexas.edu/users/EWD/transcriptions/EWD13xx/EWD1303.html
- https://www.cs.utexas.edu/users/EWD/transcriptions/EWD13xx/EWD1305.html
- https://www.cs.utexas.edu/users/EWD/transcriptions/EWD13xx/EWD1307.html
- https://www.cs.utexas.edu/users/EWD/transcriptions/EWD13xx/EWD1317.html
References
- https://interestingengineering.com/time-complexity-why-some-algorithms-run-for-billions-of-years
- https://rosettacode.org/wiki/Truth_table
- https://www.npmjs.com/package/permutated
- https://tomassetti.me/guide-parsing-algorithms-terminology/
- https://rosettacode.org/wiki/Fibonacci_word
- https://news.ycombinator.com/item?id=163177
- http://pgdemath2011.blogspot.com/2011/08/caution-beware-of-how-you-use-ladder.html
- https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5501319/
- http://www.nytimes.com/2007/08/28/science/28conv.html
- https://en.wikipedia.org/wiki/Lateral_computing
- http://fivethirtyeight.com/features/rage-against-the-machines/
- http://www.quitebasic.com/prj/puzzle/eight-queens-heuristic/
- http://btechsmartclass.com/DS/U1_T5.html
- https://www.quora.com/How-can-we-calculate-the-logarithms-by-hand-without-using-any-calculator
- https://en.wikiversity.org/wiki/Homemade_log_table
- https://reactjs.org/docs/reconciliation.html
- https://auth0.com/blog/face-off-virtual-dom-vs-incremental-dom-vs-glimmer/
- https://www.slideshare.net/polyvore/mturk-machine-learning-8417481
AI
- https://codeincomplete.com/posts/javascript-pong/part5/
- https://www.quora.com/How-do-I-improve-my-paddle-pong-AI
Games
- https://www.gamasutra.com/blogs/ZachBarth/20170828/304568/How_and_why_we_ported_SHENZHEN_SOLITAIRE_to_MSDOS.php
- https://www.gamasutra.com/view/news/126423/Opinion_The_Demise_Of_The_Low_Level_Programmer.php
- https://www.gamasutra.com/blogs/DavidLightbown/20180109/309414/Classic_Tools_Retrospective_Tim_Sweeney_on_the_first_version_of_the_Unreal_Editor.php
- https://www.gamasutra.com/blogs/DoctorLudos/20191019/352537/Making_a_SEGA_Mega_Drive__Genesis_game_in_2019.php
Collision Detection
- https://nick.sarbicki.com/blog/learn-pygame-with-pong/
- http://programarcadegames.com/python_examples/show_file.php?file=pong.py
Logarithm
- http://mathworld.wolfram.com/Logarithm.html
- https://web.mst.edu/~gbert/logs/logarithm.html
- https://www.nytimes.com/2016/05/03/science/eugenia-cheng-math-how-to-bake-pi.html
- https://sciencing.com/how-math-used-cooking-4899712.html
- https://www.escoffier.edu/blog/baking-pastry/how-chefs-make-use-of-math-and-science-in-the-kitchen/
- https://math.stackexchange.com/questions/956776/whats-the-inverse-operation-of-exponents
- https://people.richland.edu/james/lecture/m116/functions/inverses.html
- https://www.morebeer.com/articles/understanding_ph_in_brewing
- http://www.classofoods.com/page1_3.html
- https://www.bakingbusiness.com/articles/48661-pyler-says-the-role-of-ph-in-bread-baking
- http://www.classofoods.com/page3_5.html
- https://aggie-horticulture.tamu.edu/food-technology/food-processing-entrepreneurs/microbiology-of-food/
- http://www.fao.org/3/x0560e/x0560e08.htm
- https://www.maltosefalcons.com/tech/yeast-propagation-and-maintenance-principles-and-practices
Sort
- https://www.ecma-international.org/ecma-262/8.0/#sec-%typedarray%.prototype.sort
- https://www.ecma-international.org/ecma-262/8.0/#sec-array.prototype.sort
Search Tree
Lazy Loading
Hash
- https://en.wikibooks.org/wiki/A-level_Computing_2009/AQA/Problem_Solving,_Programming,_Operating_Systems,_Databases_and_Networking/Programming_Concepts/Hashing
- https://blog.burntsushi.net/transducers/
- https://www.autoitscript.com/wiki/Associative_Arrays
- https://v8.dev/blog/hash-code
- https://databricks.com/glossary/hash-buckets
Sound
- http://musictechstudent.org/tech-beginnings/first-contact-with-music-tech/basics-of-sound/
- https://music.stackexchange.com/questions/58739/drum-programming-and-tempo-bpm
- http://acad.carleton.edu/courses/musc108-00-f14/pages/01/01SixBasicPropertiesofSound.html
CSS3