Computer Science, asked by kavyasinghbtech2019, 8 months ago

an algorithm to insert a card into a list of sorted cards

Answers

Answered by mohammads
1

Answer:

Explanation:

1)Take input card from the user

2)Search for the card number less than the one entered by the user

3)Move all the rest cards one position towards the end

4) insert the card at the newly made slot

Similar questions