You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Fortran-lang stdlib was introduced to provide extensive support to fortran developers by providing modules that can be directly used in thier programs. A list is one of the necessary data structure that has numerous applications.
12
+
The project under Google Summer of Code programme aimed to implement an efficient linked list module that is devoid of any memory leak. The module covers a bunch of APIs that are important in initial phase.
13
+
The Linked list developed is Generic Heterogeneous list i.e. it supports storage of multiple data types in the same list.
14
+
The APIs can be further explained in detail in presentation with suitable examples.
0 commit comments