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.0194 sec