E D R , A S I H C RSS

Full text search for "Doublet"

Doublet


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Doublets/황재선 . . . . 9 matches
         public class DoubletsSimulator {
          private int[][] doublet;
          public DoubletsSimulator() {
          public boolean isDoublet(String word1, String word2) {
          public void makeDoubletMatrix() {
          doublet = new int[n + 1][n + 1];
          if (isDoublet(source, destination)) {
          doublet[from][to] = 1;
          doublet[to][from] = 1;
          if (doublet[from][to] == 1) {
          DoubletsSimulator simulator = new DoubletsSimulator();
          simulator.makeDoubletMatrix();
         [Doublets]
  • Doublets/문보창 . . . . 7 matches
         void isDoublet(Node & dic, Node & word);
         void showDoublet(Node * dou);
          isDoublet(dictionary, words);
         void isDoublet(Node & dic, Node & word)
          Node * doublet = new Node;
          doublet->front = NULL;
          doublet->front = temp;
          doublet->next = doublet->front;
          showDoublet(doublet);
          doublet->next->next = temp;
          doublet->next = doublet->next->next;
          delete temp, doublet;
         void showDoublet(Node * dou)
         [Doublets] [문보창]
  • Doublets . . . . 3 matches
         === About [Doublets] ===
          || 문보창 || C++ || 하룻밤 || [Doublets/문보창] ||
          || 황재선 || Java || 2h30m || [Doublets/황재선] ||
  • ACM_ICPC/2012년스터디 . . . . 2 matches
          * Doublets - [http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=31&page=show_problem&problem=1091]
          * Doublets - [http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=31&page=show_problem&problem=1091] //화요일까지 풀지 못하면 소스 분석이라도 해서..
  • AOI/2004 . . . . 1 match
          || [Doublets] || . || X || X || . || X || . || . || . ||
Found 5 matching pages out of 7555 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:23:09
Processing time 0.0105 sec