Skip to content

trimtrim/fortran-search-and-sort

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Basic sorting and searching routines for vectors.

Supports integer & real vectors, and vectors extended from the abstract item class.

Includes the routines:

  • function unique(vec)
  • function binary_search(val,vec)
  • subroutine sort_ascending(vec)
  • subroutine sort_descending(vec)

This library has been tested with the Intel Fortran compiler v17.0.2.

See also

About

Searching and sorting with modern Fortran

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 44.7%
  • Pascal 26.2%
  • C++ 23.9%
  • Shell 5.2%