real shyt tho. I had to take that class twice cuz I thought I could just miss a day here and there and then just catch up...nope lol
Been there done that.
abaabaaa *Damn I put that for the last three answers*
real shyt tho. I had to take that class twice cuz I thought I could just miss a day here and there and then just catch up...nope lol
So this semester I've got Computability, Data Structures and I'm going to be learning Machine Code and Assembly. If y'all have any tips or resources so I can get good it would be greatly appreciated.
Computability course is going to be a bytch because I brain dumped all of my discrete maths knowledge over the summer smh.
Watch all the Computerphile videos on the topic(s).
And also watch the MIT and Harvard courses on youtube.
MIT OpenCourseWare
and
by breh
i.
and
ii.
depending on how deep you need to go.
I graduated years ago and am watching some of these to prepare for some upcoming interviews.
I just brought a book on algorithms from Amazon yesterday. Hope it helps me with understanding more about coding.
This is a good bunch of free programming tests
1. Iterations lesson - Learn to Code - Codility
If you have the time to watch breh's video. Do you agree with his methodology for learning how to program?
1) Understanding the "Roots" (learn the syntax e.g how do I loop or print to a file)
2) Understand the Programming Logic (How do I make decisions, loops, read, write, calculate)
3) The structure (Code line, Functions, Classes, and Modules) -- Organized code when it's starting to get big. make code modular
@Obreh Winfrey I say this coming from I.T. background looking to adding programming to my skillset to into DevOps. I like his teaching style.
So what's the verdict on bootcamps? Looking at one in the RDU area, I know there's no guarantee regardless of what the school says and you get out what you put in. I've also read a lot about bootcamp fatigue and graduates flooding the market unprepared.
If you have a degree, you should just self-study. Some bootcamps are great for networking, but you paying x,xxx for that and something you can learn on your own. Some bootcamp grads don't know data structures and knowledge that obtain from schooling. But as you program more, you'll gain that.
It may depend on the site and browser. I'm pretty sure most browsers will load pages asynchronously, so it won't wait for everything to be downloaded before it serves you the page. Each picture can start downloading at the same time rather than waiting on the previous to finish. I'm also sure that some sites might employ a design that will only download things that will be rendered for the user. So something hidden by a spoiler won't be seen until clicked, which would then trigger the images to load. Somebody who knows web technologies should come check my math on this though .I need help programming brehs.
Does putting a shyt ton of images in spoiler tags affect load times on a message board or not?
Currently trying to run 6 Sorting Algorithms on One Million Element Arrays of Random Doubles on my crappy ass 6 year old PC
School assignment for an Algorithms class. Had to implement Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Bucket Sort, and QUick Sort and then run them on the the arrays and measure the Execution timeWhy?
School assignment for an Algorithms class. Had to implement Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Bucket Sort, and QUick Sort and then run them on the the arrays and measure the Execution time
Nah I had it figured out, I was just complaining because it took my PC almost an hour to run the entire program lolYou having trouble with the assignment?