Skip to content

VsIG-official/Discrete-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is My labs for DS using Scilab

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published