#networking #graph #mathmatics #struct

bin+lib horokai-network

struct Network, graph in mathmatics

2 releases

0.1.1 Jan 27, 2020
0.1.0 Oct 7, 2019

#405 in #struct

license

10KB
160 lines

struct Network

  • struct Network
  • CUI show

To Do

  • Description

create network

  • square lattice
  • regular lattice
  • RRG

CUI show -> 飽きた

日本語でもいいよね。

最近、身の回りのノートや本を電子化する試みをしている。 しかし、なかなかうまくいっている気がしていない。 以前よりも知識が死んでいるイメージ。 考えついたのが、Reminder という概念。 物理的なノートはその空間的制約がゆえに、しぜん連想を誘発するトリガーとなる。 絶賛検証中の事柄だ。

プログラムにもそれを要求してみるのが今回の試み。

  • プリントアウト、もしくは掲示。
  • GUI 表示
  • CUI 表示

今回は CUI 表示を試してみることにする。 GUI は Rust だと面倒が多い。 掲示は、まあそれも同時に試すけど。


lib.rs:

Define struct Network for graph theory

This is my experimental project to use Rust for numerical calculation of complex network theory.

struct Network is the universe of the graph system

The struct Network is the universe of the system in mathmatics literature.
This struct is the simplest expression of the network or graph. See pages of the struct Network.
Functions exist to manage the struct Network.
This is the design of this crate.

Dependencies

~520KB