Jump to content

Ideas n stuff

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Rohde

Rohde

    Newbie

  • Members
  • Pip
  • 9 posts
I need to work on my coding for the summer.

So if anyone knows either of some good intermediate level programs or a place to find problems to solve, I'm up for a challenge so hit me up if you know of anything. I'm looking for Java programs not JavaScript programs for the time being though.

Thanks ahead of time,
Rohde

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
A couple of people have created game board programs for our ASCII chess tournament. You could write one as well in Java.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
A Java ASCII Board converter would be nice. You can also check out project euler for problems to solve.

#4
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
Canadian Computing Competition

:)

#5
Rohde

Rohde

    Newbie

  • Members
  • Pip
  • 9 posts
Awesome, thanks for the ideas guys.

#6
brightmatter

brightmatter

    Learning Programmer

  • Members
  • PipPipPip
  • 36 posts
code a Balanced tree with variable degree (node size), implementing a cache, writing to disk using Java nio, reading data from the human genome project... Also a few tools for reading the BTree like inorder traversal that dumps to a file and specific data searches. I just got done with mine. It is a killer! There are plenty of universities that request this as a project for data structures and algorithms courses. Knock yourself out.