Feuermagier / autograder

Automatic grading of student's Java code
MIT License
13 stars 7 forks source link

Detect reimplementation of sorting algorithms #516

Open Luro02 opened 2 months ago

Luro02 commented 2 months ago

What it does

Detects code that reimplements some sorting algorithm, could be replaced by a java api call.

Lint Name

SORTING_ALGORITHM_REIMPLEMENTATION

Category

api

Example

Todo: Collect real-world examples.

Todo: Bubble Sort implementation of the lecture should be detected

<code>