| home | theory | concepts | projects | blog | about | ||||||||||
|
Theory
Contains random thoughts on Theoretical Computer Science and Complexity Theory.
|
P vs NP in ImagesBy Bobby on 2009-01-05 02:56:25.632111A while back i wrote some code for enumerating subsets and permutations of a given set. I was able to apply this to draw some images pertaining to the the question of P vs NP. |
|
Low Bandwidth NetworkingBy Bobby on 2009-01-04 18:55:49.836605I thought about this impractical yet interesting take on data transfer. |
|
An NP-Complete Puzzle GameBy Bobby on 2009-01-04 18:32:35.114278NP-Complete problems are some of the most difficult problems to solve in Computer Science that do come up quite often. Many popular games are known to be NP-Complete (such as variable sized Sudoku). Here i describe another NP-Complete puzzle game and a simple proof by reduction from the Clique problem. |
|
Obtaining Subsets & PermutationsBy Bobby on 2009-01-04 08:34:13.028926It has happened in the past that i needed to either obtain all subsets or all permutations of a given set. Recently i took the time to implement a couple of algorithms in Java that do this. They are both recursive algorithms, an iterative approach would not be easy to implement in both cases. |
|
© Copyright 2008 Bobby Soares. Opinions expressed here are my own, and are not those of my employer or any other party. (Super) Powered by Django on the AppEngine.