Category: Hello World!
-
Can ChatGPT solve a simple C programming question?
Can ChatGPT answer *correctly* on the first try, a fairly “simple” C question? How flexible is, in its answers? Well . . .
-
Expanding the stack. Designing a PCB
Some months ago I started building my first PCB. When this article is written, the board is in production for more than half a year. No hiccups! So I count this project as a success! Design hardware in production! This is a short story about going from 0 to production in a completely new area.
-
Check if a binary tree is bst
Had an interview recently and I was asked to check if a binary tree is a binary search tree. Well, I gave an answer, and now is time to put my $ where my mouth is . . .