// (C)2008 Maraigue (http://f52.aaa.livedoor.jp/~maraigue/) // You can copy and modify this script under BSD license. // See the end of this script for BSD license. if($_GET['en']){ header("content-language: en"); $e = true; }else{ header("content-language: ja"); $e = false; } ?>
if($e){ ?>Back to top
}else{ ?> } ?>View this script
if($e){ ?>Note: In this script, suffix sorting with O(n) or O(n log n) time is not implemented!
}else{ ?>※このスクリプトでは、suffixのソートを時間計算量O(n) および O(n log n)で行うアルゴリズムは用いていません。
} ?>