Jun Hyuk Kim's Blog
[2022/12/21] Code Diary(Embedded System + Coding Problems) 본문
[2022/12/21] Code Diary(Embedded System + Coding Problems)
junhyuk1229 2022. 12. 21. 18:18Uploaded files for ADC code and PPT for ADC and debugging. Had some problems testing but in the end just used GND, 3V3, and resistors to test the ADC with no problems. Finished coding the SysTick, Timer, Interrupt also. Just had time and wanted to do it fast.
https://github.com/junhyuk1229/Embedded-System-Week-11
GitHub - junhyuk1229/Embedded-System-Week-11
Contribute to junhyuk1229/Embedded-System-Week-11 development by creating an account on GitHub.
github.com
Made a abs() heap that takes the min abs number to the top of the heap. With this I think I am ok with min / max heaps and how to delete / insert nodes.
Learned about divide and conquer to help my understanding. Going to post it to the coding problems section.
Learning floyd algo and basic graph theory to better my knowledge.
'Coding Journal' 카테고리의 다른 글
| [2022/12/23] Code Diary(Just C + Python3) (0) | 2022.12.23 |
|---|---|
| [2022/12/22] Code Diary(Django Project + Boot Camp) (0) | 2022.12.22 |
| [2022/12/20] Code Diary(Embedded System + Coding Problems + Solution to max-min Heap) (0) | 2022.12.20 |
| [2022/12/19] Code Diary(Embedded System + Coding Problems) (0) | 2022.12.19 |
| [2022/12/18] Code Diary(Embedded System change + Basic max min heap) (0) | 2022.12.18 |