Sinisterly
Practice with Arrays - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Java, JVM, & JRE (https://sinister.li/Forum-Java-JVM-JRE)
+--- Thread: Practice with Arrays (/Thread-Practice-with-Arrays)



Practice with Arrays - Inori - 10-29-2016

In my CS class, we have an assignment with a bunch of problems involving arrays, lists, arraylists (woah, so meta), and other ordered types. I thought that some here might appreciate some practice resources, so here's the doc my teacher gave us.

https://a.sinister.ly/jnlmsm.docx

Side note: these can all be done in any language (I'm doing it in Perl to confuse everyone), but the helper classes and automated testers are already written for you in Java for most cases.


RE: Practice with Arrays - Vi-Sion - 10-29-2016

Hi @Ao- for some reason download always fail can you upload the file and share the link here ?


RE: Practice with Arrays - Inori - 10-29-2016

(10-29-2016, 05:49 PM)Vi-Sion Wrote: Hi @Ao- for some reason download always fail can you upload the file and share the link here ?

Weird, attachments must be properly screwed. Updating post.


RE: Practice with Arrays - Vi-Sion - 10-29-2016

@Ao- thank you that new link worked fine, good collection i'll work on solving some of those exercises as soon as possible.


RE: Practice with Arrays - DarkMuse - 11-28-2016

Arrays are FUNDAMENTAL. Good stuff man. If anyone has any questions or curiosities, post here or hmu and I'll help you out!


RE: Practice with Arrays - mothered - 11-28-2016

(11-28-2016, 01:48 AM)DarkMuse Wrote: Arrays are FUNDAMENTAL.

Certainly so, yet can be very beneficial.

Thanks @Inori, I've hit the download and shall sift through It later today.