The search functionality is under construction.
The search functionality is under construction.

Keyword Search Result

[Keyword] depth-first search(2hit)

1-2hit
  • Construction of Scalable 2-D Multi-Weight Optical Orthogonal Codes for Optical CDMA Networks

    Yong-Chun PIAO  Jinwoo CHOE  Wonjin SUNG  Dong-Joon SHIN  

     
    LETTER-Fundamental Theories for Communications

      Vol:
    E91-B No:12
      Page(s):
    3990-3993

    In this letter, we propose combinatorial and search construction methods of 2-D multi-weight optical orthogonal codes (OOCs) with autocorrelation 0 and crosscorrelation 1, called multi-weight single or no pulse per row (MSNPR) codes. An upper bound on the size of MSNPR codes is derived and the performance of MSNPR codes is compared to those of other OOCs in terms of the bit error rate (BER) and evaluated using blocking probability. It is also demonstrated that the MSNPR codes can be flexibly constructed for different applications, providing the scalability to optical CDMA networks.

  • A Linear-Time Algorithm for Computing All 3-Edge-Connected Components of a Multigraph

    Satoshi TAOKA  Toshimasa WATANABE  Kenji ONAGA  

     
    PAPER

      Vol:
    E75-A No:3
      Page(s):
    410-424

    The subject of the paper is to propose a simple O(|V|+|E|) algorithm for finding all 3-edge-components of a given undirected multigraph G=(V, E). An 3-edge-connected component of G is defined as a maximal set of vertices such that G has at least three edge-disjoint paths between every pair of vertices in the set. The algorithm is based on the depth-first search (DFS) technique. For any fixed DFS-tree T of G, cutpairs of G are partitioned into two types: a type 1 pair consists of an edge of T and a back edge; a type 2 pair consists of two edges of T. All type 1 pairs can easily be determined in O(|V|+|E|) time. The point is that an edge set KE(T) in which any type 2 pair is included can be found in O(|V|+|E|) time. All 3-edge-components of G appear as connected components if we delete from G all edges contained in type 1 pairs or in the edge set KE(T).