Skip to content

Commit db7f1ed

Browse files
authored
Update README.md
1 parent 73a7e40 commit db7f1ed

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,20 +207,16 @@ Similar to other professions, embedded engineers require soft skills that can't
207207

208208
- [📝 Soft Skills For Embedded Systems Software Developers](https://www.embeddedrelated.com/showarticle/1470.php)
209209
- [📝 10 Skills Every Embedded Engineer Should Have](https://medium.com/@lanceharvieruntime/10-skills-every-embedded-engineer-should-have-dcb867095b91)
210+
210211
_________________
211212

212213
### ✳️ Electronics
213214

214215
#### 🔵 Basic Math & Calculus
215216

216217
- [🎞️ Khan Academy - Calculus 1](https://www.khanacademy.org/math/calculus-1)
217-
- [🎞️ Free Courses for Discrete Mathematics on Coursera](https://www.coursera.org/search?query=Discrete%20mathematics&topic=Computer%20Science&topic=Math%20and%20Logic&sortBy=BEST_MATCH)
218218
- [📘👶 Calculus For Dummies - Mark Ryan](https://a.co/d/cyvZqE1)
219219
- [📘💎 Thomas' Calculus](https://a.co/d/gFcCC37)
220-
- [📘👶 Open Access Discrete Mathematics Books by LibreTexts](https://math.libretexts.org/Bookshelves/Combinatorics_and_Discrete_Mathematics)
221-
- [📘👶 Essential Discrete Mathematics for computer science by Lewis HARRY., Zax R. ACM DL](https://dl.acm.org/doi/book/10.5555/3388468)
222-
- [📘👶 Guide to Discrete Mathematics by Gerard O'Regan, Springer](https://link.springer.com/book/10.1007/978-3-030-81588-2)
223-
- [📘💎 Bridge to Abstract Mathematics, AMS](https://bookstore.ams.org/view?ProductCode=TEXT/22)
224220

225221
#### 🔵 Principles of Electric Circuits
226222

@@ -357,6 +353,14 @@ _________________
357353

358354
Mastering programming fundamentals and software development principles is essential for a successful embedded design. Embedded systems demand efficient code, optimized data management, reusable design patterns, and effective memory management to function effectively in resource-constrained environments. Embedded developers must possess a strong foundation in these core concepts to create reliable and performant embedded systems.
359355

356+
#### Essential Discrete Mathematics
357+
358+
- [🎞️ Coursera - Introduction to Discrete Mathematics for Computer Science Specialization](https://www.coursera.org/specializations/discrete-mathematics)
359+
- [📘👶 Open Access Discrete Mathematics Books by LibreTexts](https://math.libretexts.org/Bookshelves/Combinatorics_and_Discrete_Mathematics)
360+
- [📘👶 Essential Discrete Mathematics for computer science by Lewis HARRY., Zax R. ACM DL](https://dl.acm.org/doi/book/10.5555/3388468)
361+
- [📘👶 Guide to Discrete Mathematics - Gerard O'Regan, Springer](https://link.springer.com/book/10.1007/978-3-030-81588-2)
362+
- [📘💎 Bridge to Abstract Mathematics, AMS](https://bookstore.ams.org/view?ProductCode=TEXT/22)
363+
360364
#### 🔵 Algorithms & Data Structures
361365

362366
- [📘👶💎 Grokking Algorithms - Aditya Y. Bhargava](https://www.manning.com/books/grokking-algorithms)
@@ -1441,8 +1445,10 @@ AUTOSAR, or AUTomotive Open System ARchitecture, is a global industry standard f
14411445
- [🎞️ Udemy - Autosar Architecture (Learn from Scratch with Demo)](https://www.udemy.com/course/autosar-architecture/)
14421446

14431447
_________________
1444-
### Appendix-A: Advanced Topics
1445-
#### ✳️ Discrete Mathematics
1448+
1449+
### ✳️ Appendix-A: Advanced Topics
1450+
1451+
#### 🔵 Discrete Mathematics
14461452

14471453
A common subject that is essential to Computer Science students and some Math/Electrical Engineering Majors based on the [Assoication For Computing Machinery Guidelines for CS/CE education](https://www.acm.org/education/curricula-recommendations). It houses the most essential subjects for _abstract mathematical modelling_ and _theory of computation_. Furthermore, it helps students to establish the essential engineering mindset that represents the common basis among all computer science and computer engineering domains. However, Logic, Theory of combinatorics, Coding Theory, and Theory of Computation are among the most essential subjects for Embedded Systems Engineers.
14481454

0 commit comments

Comments
 (0)