Results 1 to 5 of 5

Thread: Java Projects

  1. #1
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default Java Projects

    I'm looking for a fairly advanced Java project to push my limits of the language.

    Can you guys post me something intermediate/advanced?

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Ray-tracing, Garbage collection, threads, etc

  3. #3
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    3D Engine
    JNI wrappers
    Sudoku Solver
    Interpreter
    Image Recognition/Editing
    Path finding Algorithms (A*)
    Crossword Bruteforcer
    Your own bot? Rewire Smart
    Synchronization & Atomic communication.

    etc..
    Last edited by Brandon; 04-16-2013 at 04:06 AM.

  4. #4
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    A* or dijkstra would be good challenges.

  5. #5
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    This isn't anything really advanced but if you want something with data structures ie: stacks, generics, linked list/tree sorting and implementation. Then I'll pm you a few assignments from my data structures in java class.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •