Skip to content

[WIP] Set up project with sorting algorithm implementations - #1

Closed
raphael-soares with Copilot wants to merge 1 commit into
mainfrom
copilot/setup-sorting-algorithms
Closed

[WIP] Set up project with sorting algorithm implementations#1
raphael-soares with Copilot wants to merge 1 commit into
mainfrom
copilot/setup-sorting-algorithms

Conversation

Copilot AI commented Oct 22, 2025

Copy link
Copy Markdown
  • Create a C project structure with sorting algorithms
  • Implement bubble-sort algorithm
  • Implement insertion-sort algorithm
  • Implement heap-sort algorithm
  • Implement merge-sort algorithm
  • Implement quick-sort algorithm
  • Implement radix-sort algorithm
  • Create a clean main function to demonstrate all algorithms
  • Add a Makefile for building the project
  • Test the implementation with sample data
  • Verify all sorting algorithms work correctly
  • Add .gitignore for build artifacts
  • Update README with documentation
Original prompt

setup de um projeto em c, com a implementacao de bubble-sort, insertion-sort, heap-sort, merge-sort, quick-sort e radix-sort em um unico arquivo e com a main limpa


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

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