Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.58 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.58 KB

Discrete Structures using Scilab

VsIG

Table of Contents

Description

This is My labs for DS using Scilab. In this repo You'll see a lot of algorithms (like Dijkstra's, Prim's and etc.) for graphs using Scilab

#Scilab #Descrete #kpi

Badges

Language Theme License

Example

//generating matrix for or-graph(from the konspekt)
rand("seed", N1N2N3N4);
T = rand(N,N) + rand(N,N);
A_oriented = floor((1.0 - N3*0.02 - N4*0.005 - 0.25)*T)

Contributing

To get started...

Step 1

- 🍴 Fork this repo!

Step 2

  • HACK AWAY! 🔨🔨🔨

Built With


License

License