I have been working in IT industry from 7+ years. I like to learn and explore use cases in various technologies. I have build various mobile apps which has crossed 5+ million in download across different stores. I keep my eyes open for new challenges and learning opportunities.
public class Me implements Creativity{
private List<Knowledge> list;
public void learn(Knowledge k){
list.add(k);
}
public Solution solveProblem(Problem p){
return new CreativeOptimizedSolution(p,list);
}
}