[PR #591] [MERGED] [Docs/images] Supporting images for #589 #1028

Open
opened 2026-01-29 15:16:56 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/591
Author: @Lakhan-Nad
Created: 8/7/2020
Status: Merged
Merged: 8/7/2020
Merged by: @kvedala

Base: docs/imagesHead: docs/images


📝 Commits (5)

📊 Changes

2 files changed (+0 additions, -0 deletions)

View changed files

machine_learning/k_means_clustering/kMeansTest1.png (+0 -0)
machine_learning/k_means_clustering/kMeansTest2.png (+0 -0)

📄 Description

Description of Change

Supporting images for #589 - K-Means Clustering algorithm.

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/591 **Author:** [@Lakhan-Nad](https://github.com/Lakhan-Nad) **Created:** 8/7/2020 **Status:** ✅ Merged **Merged:** 8/7/2020 **Merged by:** [@kvedala](https://github.com/kvedala) **Base:** `docs/images` ← **Head:** `docs/images` --- ### 📝 Commits (5) - [`82e7dc4`](https://github.com/TheAlgorithms/C/commit/82e7dc494573d5c280463880767d8311b5585667) Add files via upload - [`4d24fd5`](https://github.com/TheAlgorithms/C/commit/4d24fd53428147477f828e8d955672772e4b8a4c) Delete image.jpg - [`95f3d95`](https://github.com/TheAlgorithms/C/commit/95f3d9530cd785d8de2c56c469ecd489cb992ae4) Delete image2.jpg - [`a65d087`](https://github.com/TheAlgorithms/C/commit/a65d08768488ffa99e8b43fc20731b660e336348) Images Added - [`3970f63`](https://github.com/TheAlgorithms/C/commit/3970f631158244a5ea9504c9b512cb7af8f49eb9) update: png files added jpg removed for k_means_clustering ### 📊 Changes **2 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `machine_learning/k_means_clustering/kMeansTest1.png` (+0 -0) ➕ `machine_learning/k_means_clustering/kMeansTest2.png` (+0 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C-Plus-Plus/CONTRIBUTING.md --> Supporting images for #589 - K-Means Clustering algorithm. #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [X] Added description of change - [X] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [X] Added tests and example, test must pass - [X] Relevant documentation/comments is changed or added - [X] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [X] Search previous suggestions before making a new one, as yours may be a duplicate. - [X] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:16:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1028