Narrow your search

Library

KU Leuven (75)

ULiège (49)

ULB (46)

UGent (39)

UCLouvain (37)

Odisee (34)

VIVES (34)

Thomas More Kempen (33)

Thomas More Mechelen (33)

UCLL (33)

More...

Resource type

book (93)

dissertation (2)

periodical (2)


Language

English (90)

German (3)

French (2)

Undetermined (1)


Year
From To Submit

2023 (1)

2022 (5)

2021 (5)

2020 (2)

2018 (1)

More...
Listing 1 - 10 of 96 << page
of 10
>>
Sort by

Book
Graph algorithms
Authors: ---
ISBN: 1107224268 1139930397 1280568577 1139221914 9786613598172 1139015168 1139217097 1139214020 1139220195 Year: 2012 Publisher: Cambridge : Cambridge University Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Shimon Even's Graph Algorithms, published in 1979, was a seminal introductory book on algorithms read by everyone engaged in the field. This thoroughly revised second edition, with a foreword by Richard M. Karp and notes by Andrew V. Goldberg, continues the exceptional presentation from the first edition and explains algorithms in a formal but simple language with a direct and intuitive presentation. The book begins by covering basic material, including graphs and shortest paths, trees, depth-first-search and breadth-first search. The main part of the book is devoted to network flows and applications of network flows, and it ends with chapters on planar graphs and testing graph planarity.

Graphs, algorithms, and optimization
Authors: ---
ISBN: 1584883960 9781584883968 Year: 2005 Publisher: Boca Raton : Chapman & Hall/CRC,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Graphs, Algorithms, and Optimization is a comprehensive book that features a clear explanation of modern graph theory in a rigorous yet approachable way. Suitable for use as a textbook in either mathematics or computer science courses, it is designed to present graph theory from an algorithmic point of view, allowing for a variety of technical applications. It includes useful programming techniques to solve graph theory problems, and applicable data structures to show how algorithms can be programmed. Additional coverage is provided on discrete optimization and its connection to graph theory, algorithmic complexity and efficiency, NP- completeness, and linear optimization.


Book
Principles of big graph : in-depth insight
Authors: --- ---
ISBN: 0323898114 0323898106 Year: 2023 Publisher: Cambridge, Massachusetts : Academic Press is an imprint of Elsevier,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Topics in algorithmic graph theory
Authors: --- ---
ISBN: 1108671071 1108751725 1108592376 Year: 2021 Publisher: Cambridge : Cambridge University Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Algorithmic graph theory has been expanding at an extremely rapid rate since the middle of the twentieth century, in parallel with the growth of computer science and the accompanying utilization of computers, where efficient algorithms have been a prime goal. This book presents material on developments on graph algorithms and related concepts that will be of value to both mathematicians and computer scientists, at a level suitable for graduate students, researchers and instructors. The fifteen expository chapters, written by acknowledged international experts on their subjects, focus on the application of algorithms to solve particular problems. All chapters were carefully edited to enhance readability and standardize the chapter structure as well as the terminology and notation. The editors provide basic background material in graph theory, and a chapter written by the book's Academic Consultant, Martin Charles Golumbic (University of Haifa, Israel), provides background material on algorithms as connected with graph theory.


Book
Graph algorithms and applications 2
Authors: --- ---
ISBN: 1281934631 9786611934637 9812794743 Year: 2004 Publisher: River Edge, N.J. : World Scientific,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book contains Volumes 4 and 5 of the Journal of Graph Algorithms and Applications (JGAA). The first book of this series, Graph Algorithms and Applications 1, published in March 2002, contains Volumes 1-3 of JGAA. JGAA is a peer-reviewed scientific journal devoted to the publication of high-quality research papers on the analysis, design, implementation, and applications of graph algorithms. Areas of interest include computational biology, computational geometry, computer graphics, computer-aided design, computer and interconnection networks, constraint


Book
Deep learning on graphs
Authors: ---
ISBN: 9781108924184 9781108831741 1108924182 1108831745 110893482X Year: 2021 Publisher: Cambridge : Cambridge University Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Deep learning on graphs has become one of the hottest topics in machine learning. The book consists of four parts to best accommodate our readers with diverse backgrounds and purposes of reading. Part 1 introduces basic concepts of graphs and deep learning; Part 2 discusses the most established methods from the basic to advanced settings; Part 3 presents the most typical applications including natural language processing, computer vision, data mining, biochemistry and healthcare; and Part 4 describes advances of methods and applications that tend to be important and promising for future research. The book is self-contained, making it accessible to a broader range of readers including (1) senior undergraduate and graduate students; (2) practitioners and project managers who want to adopt graph neural networks into their products and platforms; and (3) researchers without a computer science background who want to use graph neural networks to advance their disciplines.


Book
Demystifying Graph Data Science : Graph Algorithms, Analytics Methods, Platforms, Databases, and Use Cases.
Authors: --- --- ---
ISBN: 1523153415 1839534893 Year: 2022 Publisher: Stevenage : Institution of Engineering & Technology,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Graph analytics are being empowered through novel analytics techniques to explore and pinpoint beneficial relationships between different entities such as organizations, people and transactions. This edited book presents the various aspects and importance of graph data science, with contributions by authors from academia and industry.


Book
An efficient method for detecting redundant feedback vertices
Authors: ---
ISBN: 9058331687 9789058331687 Year: 2004 Volume: 29

Loading...
Export citation

Choose an application

Bookmark

Abstract

Graph algorithms and applications I
Authors: ---
ISBN: 128192976X 9786611929763 9812777636 9789812777638 9789810249267 9810249268 9810249268 Year: 2002 Publisher: River Edge, N.J. : World Scientific,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book contains volumes 1-3 of the Journal of Graph Algorithms and Applications (JGAA). Topics of interest include design and analysis of graph algorithms, experiences with graph algorithms, and applications of graph algorithms. JGAA is supported by distinguished advisory and editorial boards, has high scientific standards, and takes advantage of current electronic document technology. The electronic version of JGAA is available on the Web at http://www.cs.brown.edu/publications/jgaa/.
Contents:

  • Volume 1:
    • 2-Layer Straightli

Book
Graph algorithms in the language of linear algebra
Authors: ---
ISBN: 9780898719901 Year: 2011 Publisher: Philadelphia : Society for Industrial and Applied Mathematics,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"Graphs are among the most important abstract data types in computer science, and the algorithms that operate on them are critical to modern life. Graphs have been shown to be powerful tools for modeling complex problems because of their simplicity and generality. Graph algorithms are one of the pillars of mathematics, informing research in such diverse areas as combinatorial optimization, complexity theory, and topology. Algorithms on graphs are applied in many ways in today's world-from Web rankings to metabolic networks, from finite element meshes to semantic graphs. The current exponential growth in graph data has forced a shift to parallel computing for executing graph algorithms. Implementing parallel graph algorithms and achieving good parallel performance have proven difficult. This book addresses these challenges by exploiting the well-known duality between a canonical representation of graphs as abstract collections of vertices and edges and a sparse adjacency matrix representation. This linear algebraic approach is widely accessible to scientists and engineers who may not be formally trained in computer science. The authors show how to leverage existing parallel matrix computation techniques and the large amount of software infrastructure that exists for these computations to implement efficient and scalable parallel graph algorithms. The benefits of this approach are reduced algorithmic complexity, ease of implementation, and improved performance. Graph Algorithms in the Language of Linear Algebra is the first book to cover : graph algorithms accessible to engineers and scientists not trained in computer science but having a strong linear algebra background, enabling them to quickly understand and apply graph algorithms; array-based graph algorithms, showing readers how to express canonical graph algorithms using a highly elegant and efficient array notation and how to tap into the large range of tools and techniques that have been built for matrices and tensors; parallel array-based algorithms, demonstrating with examples how to easily implement parallel graph algorithms using array-based approaches, which enables readers to address much larger graph problems; array-based theory for analyzing graphs, providing a template for using array-based constructs to develop new theoretical approaches for graph analysis. This book is suitable as the primary text for a class on linear algebraic graph algorithms and as either the primary or supplemental text for a class on graph algorithms for engineers and scientists without training in computer science." [Publisher]

Listing 1 - 10 of 96 << page
of 10
>>
Sort by