Everything posted by Qubit
-
and they complain bohttps://osbot.org/forum/topic/115731-and-they-complain-bout-trump/ut trump
ignores the fact that minority groups are sentenced to longer terms in jail when all variables are controlled... So yea rich white kids do get away with alot of shit
-
[Serious] Your friendly Black Member part 2 [Dear White People Triggering]
What?
-
[Serious] Your friendly Black Member part 2 [Dear White People Triggering]
Since i'm the local Black person I thought it would be great for me to bring up any concerns that triggered members have of the recent release of a trailer for an upcoming Netflix series called 'Dear White People'. Post away Trailer: Proof I am North American Minority Representative of Osbot [Offical Tag in Pending Process]: Up next, is my assigned poster rank anyway related to my skin color.
- NFL
- How much are you making from rs?
-
Foundational start
clojure ftw. Bit overkill though
-
Math courses?
Nah ill just find me an easy school that plans out all my courses
-
Math courses?
Plan on going to grad school for computer science, and obviously obtain at least a B.S in Mathematical Sciences. I plan on going to grad school for Artificial Intelligence and was curious as what I should satisfy my minor in. Yes I realize that a minor isn't much... Options: Data Science, Statistics, Discrete Math.
-
Im very sick..
gud now stahp bein a lil betch
- bi
-
Kinda Liked The Old Layout Better
I like this new theme alot more, it's clean.
- How much do you trust
-
Why Graphics
Now you just gotta work on your looks .. Lel Keep chasin your dreams kid, hopefully it will work out great
-
How much of your life have you spend (been online) on OSBot?
Around .... 0.004
-
Querying Process Modules
I think everyone should learn some c/c++ before any other language.. It really lets use see the under workings and guts of programming. But i'll probably get flamed for saying something like this. Also dope code. We had to do a simpler version of something like this in my operating systems class.
-
Calculate Time complexity of this algorithm...
I've used this data structure plenty of time to represent a binary tree. The basic data structure consisting of a value, leftChild, rightChild is commonly used amongst programmers. So you are complaining about that? Secondly, i don't know if you could tell but this was an algorithm specific question, not a java one. My attempt was not to use language specifics, such that the algorithm was less dependent on a specific language. I mean if you just look at the problem, why would I go overkill and add generics if all the values at a node are ints.. Would you like me to check if the returning value was affected my overflow too ?
-
Calculate Time complexity of this algorithm...
I mean it wasn't supposed to be coded, and i tossed it together to prove the complexities. What's so bad about it?
-
Calculate Time complexity of this algorithm...
Can confirm it was moved by Alek from programming to spam
-
[@Scripters] Battlecode, anyone wanna create a team [4 max]
Saw this cool competition at MIT where they give you a rts game and I guess you program an entity in Java to compete against other teams, cool right? It doesn't seem like it is some extremely complicated advanced AI graduate competition so I thought that this would be a great place to post it. I'm a student so doing this would be pretty lax and done when ever is most convenient. If this seems interesting to you and would possibly like to create a team just leave a reply. It's probably best that you live in the United States too, I do not think it is necessary tho.. Also if you're a college student, this is something you definitely would want to show off on your resume to impress employers. If you would like to check it out more.. https://www.battlecode.org/contestants/faq/ Also I believe all of this can be done online.
-
1am roll call
RDM Posted Today, 02:47 AM Lies
-
totally not a csgo rip off
Ehhhh, I mean besides the reskinned inferno it's not that much of copy.
-
Christmas
I have to get christmas gifts for the fam. :xdoge:
- message to all weebs
-
Any good show suggestions?
all time favorite tv series... Skins
-
Calculate Time complexity of this algorithm...
I changed the code recently to increment rather than decrement, The statement was if r == 1... It just looks better and ill probably change it. Probably would look alot cleaner in C, but aint nobody got time to be doing all this extra work to prove that they are wrong. The assignment was not to code anything. I just threw this code together just to prove that it could be done in O(n) space and time complexity :P