Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first commit
  • Loading branch information
kirk gardner committed Apr 3, 2018
0 parents commit 69e1ea6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
@@ -0,0 +1,30 @@
# Julia Sample Code

Sample txt files are located in the tests directory.

Included are a number of implementations of the word frequency functionality (wff) in Julia using dictionaries and user-defined types.

An additional implementation which uses user defined modules is also provided.

## Dictionaries
### wff_dict_verbose.jl

Verbose implementation of wff using dictionaries.

### wff_dict.jl

Implementation of wff using dictionaries with compact code.

## Types
### wff_types_verbose.jl

Verbose implementation of wff using types

### wff_types.jl

Implementation of wff using types with compact code.

## Modules
### modules/wff.jl

A module which provides functions necessary for implementing wff.

0 comments on commit 69e1ea6

Please sign in to comment.