News

Breadth-First Search is a recursive algorithm to search all the vertices of a graph or a tree. BFS in python can be implemented by using data structures like a dictionary and lists. Breadth-First ...
Course material for the course: Getting started with dfs files in Python - Using MIKE IO. Info for participants. The material is based on MIKE IO 2.1. The entire repo can be downloaded as a zip file.
MIKE IO: input/output of MIKE files in Python Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files. MIKE IO facilitates common data processing workflows for MIKE files using Python.