Skip to content

abhishek-mane/data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Using C

  • Run using cmake

    • Make sure you have cmake & make utilities installed.

    • Run following commands to run project

      $ cd data_structures
      $ ccmake .
      $ make
      $ ./data_structures
  • Import project in eclipse

    • Make sure you have Eclipse CDT plugin installed
    • Follow => File - New - C/C++ Project - CMake - Empty or Existing CMake Project
    • Then build & run the project with proper run configurations