Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of ygbgames

ygbgames

ygbgames has asked 0 questions and find answers to 1 problems.

Stats

21
EtPoint
6
Vote count
0
questions
1
answers

About

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);
   }
}

ygbgames questions