Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JonathanYiv/substrings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Substrings Project

This is my version of implementing a string searching algorithm. It is a method that takes a string as an argument and an array of valid substrings as the second argument. It returns a hash listing each substring and how many times it was found (as keys and values respectively).

This is a project from The Odin Project.

Installation

Open your Terminal/Command Line. Navigate to the directory where your version will live. Type in the following:

$ git clone https://github.com/JonathanYiv/substrings.git
$ cd substrings
$ substrings.rb

Pre-Project Thoughts

This should be relatively easy.

Post-Project Thoughts

It was relatively easy.

About

Implementation of a String-Searching Algorithm in Ruby

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages