Skip to content

Commit 866e6b7

Browse files
authored
Update README.md
1 parent e717e7e commit 866e6b7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

FortranCon2021-linked_list/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# FortranCon2021: Linked List (GSoC)
2+
3+
__Presenter:__ [Chetan Karwa](https://github.com/ChetanKarwa)
4+
5+
__Co-Authors:__ [Arjen Markus](https://github.com/arjenmarkus), [Milan Curcic](https://github.com/milancurcic)
6+
7+
__Session:__ Fortran-lang minisymposium (10 min).
8+
9+
__Abstract:__
10+
11+
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

Comments
 (0)