E D R , A S I H C RSS

사랑방

.
~cpp (舍廊) , . . .

. , . --zennith

, . --neocoin


purely functional language - Haskell 한 quick sort algorithm..

~cpp 
qsort [] = []
qsort (x:xs) = qsort [y|y<-xs,y<x] ++ [x] ++ qsort [y|y<-xs,y>=x]

.. 편한 -_- --zennith
... 1학 50 ...=,=;;; --
. 히 표 -- . 통 헤 "" . . see also Seminar:QuickSort --JuNe

regular expression .

  • "&" "&#\d{1,3};" .
    ex) &12;{&#; &12;{&#; ( )

"(&#\d{1,3};)|&" :
  1. "&" - .
  2. - pass.

, 할텐. . :) --sun

negative LA assertion . ~cpp &(?!#\d{1,3};) RE Mastering Regular Expressions, 2Ed ISBN:0596002890 . --JuNe
.. zero-width positive lookahead assertion . ( T_T).

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:38
Processing time 0.0156 sec