Skip to content

niksiboxi/fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci

This project contains a program written in C that uses the memoization method to find the Fibonacci sequence. The project is built with CMake, and unit tests are written with Google Test.

Building the Project

To build the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/fibonacci.git
    cd fibonacci
  2. Create a build directory and navigate into it:

    mkdir build
    cd build
  3. Run CMake to configure the project:

    cmake ..
  4. Build the project:

    make

Running the Tests

To run the unit tests, execute the following command in the build directory:

ctest

Usage

To run the Fibonacci program, execute the following command in the build directory:

./Fibonacci

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published