Skip to content

Conversation

@Gitubrr
Copy link
Owner

@Gitubrr Gitubrr commented Jul 18, 2025

The Graph data type has been implemented, which represents the most general concept of a Graph:

  • there are loops
  • there can be several edges between vertices
  • edges have a direction.

The following functions have been implemented for this type:

  • Shortest path between 2 vertices
  • Transitive closure of a graph.

The library uses the LinearAlgebra library. During the work, it turned out that the LinearAlgebra library was not finished and several functions were included in it.

nuget LineralAlgebra

Gitubrr added 5 commits March 7, 2025 01:25
Rename 5.pdf to presentation.pdf

merged HW6 to master

* made Trees funcs

* made empty tests files

* made tests

* changed all according pull request

* char << ((+) 1 << int)

divided all test files into folders

HomeWork_5 (#14)

* HW5

fixed all according pull request

enum filters

help

rebased HW5 into master

sa

s

* couldnt fix parametr for generators

+ HomeWork 7

* done

* made structure Matrix, removed size from QTrees

* removed unnecessary data

* fixed :)

* removed cached

edit

a

ghg

a
@Gitubrr Gitubrr force-pushed the master branch 3 times, most recently from 75aaefe to de834bc Compare August 12, 2025 10:49
@Gitubrr Gitubrr closed this Aug 12, 2025
@Gitubrr Gitubrr deleted the 8 branch August 12, 2025 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants