can anyone suggest me a good topic for database structure and algorithm design

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MyRedz
    New Member
    • Jan 2007
    • 17

    can anyone suggest me a good topic for database structure and algorithm design

    hi i just got into my first class and the prof already ask me to suggest a project for database structure and algorithm design
    can anyone suggest me some topics that i can make into a project like
    search engine or poker?
    i need many suggestions thanks
  • MyRedz
    New Member
    • Jan 2007
    • 17

    #2
    help anyone don't want to share his ideas?

    Comment

    • solita
      New Member
      • Jun 2009
      • 17

      #3
      How abut a sudoku solver

      Comment

      • MyRedz
        New Member
        • Jan 2007
        • 17

        #4
        well thanks.
        can it be more specific
        does sudoku solver use
        linked lists??or binary trees??
        please elaborate please

        Comment

        • jfwfmt
          New Member
          • Nov 2009
          • 12

          #5
          or try game learning machine

          Pick a simple game maybe enlarged tic-tac-toe (3 dimensional, or more than 9 boxes) or maybe a 4x4 checker game. Devise a learning machine that rewards a path to winning by incrementing numbers in link(s) and punishes a path to losing by decrementing numbers in link(s). Make it play both as the first mover and the second mover.
          Play it against itself and remember the link numbers. It should learn over a short time how to be a "perfect" player. This suggests a tree of board statuses and link numbers. It also suggests a data base containing a representation of the tree. Vary the reward/punishment algorithms to make it learn faster or learn "better"

          /s/ Jim WIlliams

          Comment

          Working...