Saturday, August 27, 2016

Programming Principles - study

August 27, 2016

 Through leetcode practice Algorithm 125 in August 2015, Julia noticed that she still stumbled badly on easy question. Because ..., wild guess?:-) she does not have good understanding of programming principles.

 She wrote blogs about the practice of Leetcode 125, 11 practice, through continuously hard word through 3 days, she finally came into realization of best solution - extract one more function  called removed noise. She read the code written in C++ in her github forked solution more than 6 months ago. She could not find the best solution through google/ bing, and she studied stackoverflow related articles more than 2 hours, but she just did not come out the idea.

  Apply Separation of concerns principle? optimal solution to Leetcode 125. 

 The above is enough for her to dedicate herself to read more about programming principles.

Programming Principles

https://github.com/jianminchen/programming-principles

 Plan to work on reading 3+ hours, write down some notes here.


No comments:

Post a Comment