Skip to content

Commit a84a154

Browse files
authored
minor changes in README.md
1 parent 866e6b7 commit a84a154

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FortranCon2021-linked_list/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ __Session:__ Fortran-lang minisymposium (10 min).
88

99
__Abstract:__
1010

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.
11+
The Fortran-lang stdlib was introduced to provide extensive support to Fortran developers by providing modules that can be directly used in their programs. A linked list is one of the classical data structures that has numerous applications.
12+
The goal of the Google Summer of Code project was to implement an efficient linked list module that is devoid of any memory leaks. The module covers a bunch of APIs that are important in the initial phase.
13+
The Linked list developed is a 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 the presentation with suitable examples.

0 commit comments

Comments
 (0)