본문 바로가기

DataStructures & Algorithm (Concept)

Introduction (소개문)

     * Introduction *

 First of all, I would like to ask you guys one question. Is it okay to make a code without any concepts for programming?? I think there is a lot of people who don't know why concepts of Data structure & Algorithm are important for programming like when I was a freshman. But it's quite difficult to code without concepts :( For example, regular expression matching I already posted in Leetcode. Can you solve the problem without dynamic programming? Yeah if you guys have a smart brain, it doesn't matter but to me and most of the people. it's impossible. also, It's a high possibility to run fast when you code with Data structure and Algorithm rather than programming without any concepts. so that's why I wanna share my pieces of knowledge with you for good performance for programming and solving problems in the real world 


- Steven, Lee -

   *   소        개   *


첫 번째로, 한 가지 여러분께 묻고 싶은 것이 있습니다. 프로그래밍에 대한 개념들을 제외하고 코딩을 하는 것이 괜찮을까요?? 제 생각에는 제가 신입생이었을 때처럼 많은 사람들이 왜 프로그래밍을 하는데 데이터 구조나 알고리즘 개념이 중요한지 모를 수 있다고 생각합니다. 하지만 개념들을 제외하고 코딩을 하는 것은 아주 힘듭니다. 예를 들어보면 제가 이미 포스팅한 정규 표현식 매칭 같은 경우 동적 계법 개념을 제외시키고 프로그래밍 하는게 가능할까요?? 만약 여러분들이 진짜 좋은 머리를 가지시면 가능하지만 저처럼 또한 많은 사람들이 코딩을 하는게 거의 불가능합니다. 또한 이 개념들을 접목시켜서 만든 코드는 그냥 프로그래밍한 것보다 좋은 퍼포먼스를 낼 확률이 높습니다. 그래서 제가 알고 있는 몇 가지 지식들을 좋은 프로그래밍을 위해서 또한 여러 실질적인 문제를 위해서 나누고 싶습니다.


  - 이 의 진 -


* reference *  https://stev.tistory.com/9

'DataStructures & Algorithm (Concept)' 카테고리의 다른 글

#1 Stack (스택)  (0) 2018.12.31