Skip to content

Insertionsort#1

Merged
FaSe22 merged 2 commits into
mainfrom
insertionsort
Sep 19, 2023
Merged

Insertionsort#1
FaSe22 merged 2 commits into
mainfrom
insertionsort

Conversation

@dimitrijjedich
Copy link
Copy Markdown
Collaborator

Bei dem Insertionsort geht man vor, indem man die Elemente in zwei Gruppen aufteilt. Links des aktuellen Elements befinden sich die sortierten Elemente und rechts die unsortierten. Das aktuelle Elemente wird genommen und so lange nach links verschoben, bis die Prüfbedingung erfüllt ist und man das Element "ablegt". Dieses Vorgehen wird so lange wiederholt bis die Rechte Seite leer ist und daher alle Elemente sortiert sind.

@dimitrijjedich dimitrijjedich self-assigned this Sep 19, 2023
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@FaSe22 FaSe22 merged commit 31fcd0e into main Sep 19, 2023
@dimitrijjedich dimitrijjedich mentioned this pull request Dec 21, 2024
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