abhishek-mane / data_structures

C impementation of different Data Structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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