Skip to content

Draft abstract for GSoC project: linked list #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 20, 2022

Conversation

ChetanKarwa
Copy link
Contributor

@milancurcic @arjenmarkus
Here is the draft for the abstract of the linked list project.
Please let me know if any changes are needed.

@arjenmarkus
Copy link
Member

arjenmarkus commented Jul 30, 2021 via email

@milancurcic
Copy link
Member

Thanks Chetan! I suggest:

  • "A bunch of" -> "several"
  • Mention example applications of linked lists, e.g. "has numerous applications, such as..."

What is the title? I suggest:

"Linked lists in the Fortran Standard Library"

Please submit when ready.

@ivan-pi
Copy link
Member

ivan-pi commented Aug 2, 2021

  • Mention example applications of linked lists, e.g. "has numerous applications, such as..."

First place I encountered a linked list when I began to learn programming was in a CFD code (written in C) that came with the book

Griebel, M., Dornseifer, T., & Neunhoeffer, T. (1998). Numerical simulation in fluid dynamics: a practical introduction. SIAM.

The linked list was used to store coordinates of tracer particles injected at a certain rate at a defined point within the flow. Connecting the particles, it is possible to draw the streaklines of the flow. An example of what the tracer particles look like (not showing any streaklines) can be seen here: https://www.youtube.com/watch?v=jfZFez-ducs&t=38s

So the application would be essentially a self-growing container.

@milancurcic
Copy link
Member

@ChetanKarwa Did you submit this abstract?

@arjenmarkus
Copy link
Member

arjenmarkus commented Sep 13, 2021 via email

@milancurcic milancurcic merged commit 3a47461 into fortran-lang:main Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants