RedBauble@lemmy.worldtoAsk Electronics@discuss.tchncs.de•What is this "220?" component and how do I determine a compatible replacement?English
81·
1 year agoThey are 22ohm resistors. You can see they are resistor by the marking R on the pcb. The first two digit is the value (22), the last is the multiplier (0), so it would be 22*10^0 =22 ohm
I’ve used “Data Structure and Algorithms in Java” by Goodrich, Tamassia & Goldwasser. I used the Java one but they wrote other books covering a lot of other programming languages. Really good book, the arguments are well explained and made easy to read and understand. It starts with a little bit of theory about the language, recursion, analysis methods. Covers the arguments very well, by presenting the Abstract Data Type, pseudo code for all of them and even a Java implementations like 95% of the arguments. Helped me a lot in uni, the book alone did a much better job than my DSA course lecturer and I still got a really good mark.