|
to find the distance from x to y is simple
all u need to do is take X and set it to any random constellation
then take y and set it to the Big Dipper (note: not the Little Dipper)
afterwards take a protractor and measure the distance between the 2 stars
easy
|
|
|
Asked for an algorithm not some random troll. |
|
|
Yeah but unless you're making non-linear animations or something it's really basic math that's used in all programming already. |
|
|
|
Create an algorithm for finding the largest rectangle in a histogram. |
|
|
Node.js is in my stack, yeah :)
C#/.NET, and even PHP, has more popularity in a lot of areas right now, but Javascript has more momentum and is still gaining popularity, so I'm confident with it. |
|
|
TBH.
The top three languages you should know is JavaScript, PHP, and C#.
A few languages I also suggest learning include:
Node.js (Built on JavaScript),
Swift (Apple's OS for their apps)
Linux (Extremely good)
and
Python |
|
|
Honestly, I still prefer Objective C over Swift
idk |
|
|
Linux isn't a language. It's an operating system kernel |
|
|
@AirshipCaptain
By Linux I meant anything built on-top of it. |
|
|
You mean bash shell?
yeah, That can be useful |
|
|
It's better to learn one software stack and learn it well than it is to try and cover multiple bases. |
|
|
DalmatiJoin Date: 2015-11-21 Post Count: 1862 |
if a method returns an int array
how do you print the array
i have tried tostring, but that does not seem to work because it is an integer array |
|
|