Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Cycle Graph Function #400

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

skkk98
Copy link

@skkk98 skkk98 commented Dec 21, 2022

Added Cycle Graph Function in the graph_generation.c file.

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
}
Copy link
Contributor

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)

Copy link
Author

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?

Copy link
Contributor

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.

Comment on lines 1 to 6
{
"C_Cpp.errorSquiggles": "Disabled",
"files.associations": {
"parsenodes.h": "c"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Same goes for this

@markgomer markgomer mentioned this pull request Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants