Fixing a few issues

This commit is contained in:
2026-01-03 00:10:12 +00:00
parent 53f279f7d6
commit be7841bbb7
9 changed files with 64 additions and 82 deletions

View File

@@ -10,8 +10,14 @@ In this node lies notes relating to theoretical concepts tying with maths and/or
Part of being a software engineer is having a good grasp of mathematical concepts. Here are some notes on various mathematical concepts that I find useful.
- [[id:F32F8F09-3DEC-4FD1-8CFA-401A316E906B][xor]]
- [[id:6820973F-613E-441A-BC1D-8FE5CD9BD6F7][solid_principles]]
* Core Programming Concepts
- [[id:6820973F-613E-441A-BC1D-8FE5CD9BD6F7][Solid Principles]]
- [[id:275988a8-59d8-40c8-a8b4-47118d6eb834][Big O Notation, Time and Space Complexity]]
Some core programming concepts that are essential for software development. The things I need to add here are:
* Concepts to learn and talk about (cs and maths)
- +xor+
@@ -75,3 +81,5 @@ Part of being a software engineer is having a good grasp of mathematical concept
- formal languages
- Turing machines
- computability theory
- MVPs and MVTs