Skip to content
View SongLi89's full-sized avatar
Block or Report

Block or report SongLi89

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SongLi89/README.md

Sort 1D array with three methods using MATLAB: 1. 'selection' 2. 'insertion' 3. 'BubbleSort' A simple exercise to better understand the method for sorting a 1D array.

How to use: Example: input = [2 9 3 10 1 2 43 3 23 101 0.1 -0.2]; output = sort1DArray(input,'ascend','insertion');

Popular repositories

  1. SongLi89 SongLi89 Public

    MATLAB