GitHunt

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

Contributors

Created July 11, 2018
Updated July 22, 2021