Create Cycle Graph Function by skkk98 · Pull Request #400 · apache/age

@skkk98

Added Cycle Graph Function in the graph_generation.c file.

@skkk98

GhostVaibhav

Comment on lines +1 to +17

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/kalyan/Documents/pgsql-11.17/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
} No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always be sure, not to include the files with your environment details (unless required/specified)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for rectifying it. Should I remove these files and create a new Pull Request?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove the files and commit them here, and the PR would be updated automatically. No need for creating a new PR.

GhostVaibhav

Comment on lines +1 to +6

{
"C_Cpp.errorSquiggles": "Disabled",
"files.associations": {
"parsenodes.h": "c"
}
} No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same goes for this