Skip to content

BedantaGautom/IIT_CSE_Summer_Internship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the code

  • Download the zip file.
  • Open the command prompt and go to the directory where you saved the file.
  • Type the following command :

    For the Frechet Distance algorithm -
    g++ frechet.cpp -o frechet
    
    .\frechet
    


    For the Distance Time Warping algorithm -
    gcc dtw.c -o dtw
    
    .\dtw
    
  • The output will be displayed.

About

Implementation of Frechet Distance and DTW Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published