Posts

59

Image
I told our new cat, if you try and pick a fight with the big cat, it would be kind of like trying to pick a fight with a whale, or a hill, not much would happen. This week in Algorithms class we covered Depth First Search, Breadth First Search, Knapsack problem, Travelling Salesperson problem, permutations, I reviewed combinatorics, and we had a pretty hard quiz and really fun homework set. Some of these topics I covered in Algorithms I class which was also invaluable. Working on the homework set, I had a huge epiphany. One of the problems asked us to do something that was pretty common sense but required a small decision tree of conditionals for the correct output. Depending on your insight the tree got smaller. So after thinking about it for a long time and running initial versions and testing and simplifying I got it down to four cases, two of which being partly unified. Which got me on a method to unify all of them. Here is what I did: First I put all the things that happe...

58

Image
journal 58 Fly Doctor Art I'm not sure exactly where it fits in to lecture but, algorithm-wise, any time you add print statements, especially in a loop or a double loop, algorithms go 1000x or a million x slower. This week we learned about big theta, big omega, and learned how to get big O, big theta and omega from various functions. There was a pretty hard quiz with various algorithm interpretation and analysis questions and a question with a huge tree of choices I tried to solve with my AccountBlaster, which helped because AccountBlaster can enumerate a huge tree, but I'm still not sure if I got the question right. The tree seemed enormous, even for AccountBlaster, the question was a levels optimization question, like how few levels can you do something in, and it reminded me of a strategy optimization problem from gaming, like chess (actually the game reversi is what I've put a lot of though into lookahead, my robot B.H. Baby has I think a two-move lookahead optimi...

57

Image
journal 57 This week we had lots of introductory Algorithms material to study, definitions, terms, graphs, trees, and some simple algorithms to study, plus learning the pseudocode syntax so we can read them. Then we had a quiz on the same, and three homework programs in either/or Java or C++, solving three basic design-your-own algorithm problems, and we were allowed to use the languages' built-in containers. I had fun with the homework and it looks like I got a decent but room for improvement grade on my quiz. I personally did the homeworks in both Java and in C++, as a C++ refresher. (I'm a lot better at Java than C++ - I can write in Java and then somehow translate that to C++ but it's a lot harder for me to write in C++, even though I can, I even know some good tricks in C++ like making lambda API structures and hash APIs.) This algorithm material is very, very important, but also very complex at first glance. But is well presented and in a very manageable and ...

56

Image
Week 0 end of algorithms II quiz: figure out what some code does hw: turn in one very easy but initially a little opaque just because of context but there can only be so many ways - what got me was the way that was correct didn't work at first but I turned out to be right, something was getting stuck and now it all works. the second one was a little deceptively difficult, a term we all throw around but when it comes down to it, what exactly is the algorithm behind it? that was yesterday. today is day 1 of week 1, and the algorithms are already hard (looking, anyway) Even after doing fairly well in most of the other classes this class appears like it could be much, much more difficult. In a good way.

Bita

Image

Service Learning Journal 56, Friday week 8 CST-462s Race,gender, Class in the Digital World

Image
Service Learning Journal 56, Friday week 8 CST-462s Race,gender, Class in the Digital World Assigned questions: What went well? What would you improve? What was the most impactful part? Just an attitude of wanting to make an impact makes an impact. People see the spirit of wanting to participate, join in and help with what they are doing and automatically that generates positive energy. What challenges did you face? In 25 hours nobody really knows exactly what to do with you, especially at first, so you kind of have to jump in, be outgoing, which is tough if you're shy (myself) and show what you can do. Once the ice is broken and people see you're not just there because you have community service in lieu of jail time or something, and see that you want to help and participate, you should be good. What went well was general overall attitude by all parties involved. My service site was extremely friendly with me and that really helped me for me to come out of my shell and...

Journal 55 - Week 7 February 22, 2022 22:22 (02-22-2022 22:22)

Image
https://xd.adobe.com/view/4ad0b61e-b96a-45be-b2d7-d89835d877a1-1f83 https://xd.adobe.com/view/4ad0b61e-b96a-45be-b2d7-d89835d877a1-1f83/ An iterative design is an important step in the UI design process because we aren't designing for ourselves we're designing for our clients and english verbiage isn't enough to communicate a full design without building a visual version that can be examined visually so it can be thought through more specifically for an optimally polished end product solution the client can be 100% happy with. My iterations were to experiment with removing the gradient from the person icon, because of our other class I kept the gradient on the face and changed the hair to various colors, also I lightened up the background behind the black text so you can see it better for better accessibility. For more iterations I changed the colors of the boards and backgrounds and a few of the icons, and moved the icons around, and made some new ones. Discussion...