Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

github.com/surajgangawane/data_structures

Package Overview
Dependencies
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/surajgangawane/data_structures

Source
Go Modules
Version
v0.0.0-20250128172604-90675fdac011
Version published
Created
Source

data_structures

In this repository, we will be solving data structures problems

  • Sorting Algorithm
    • Selection sort: In selection sort, we find for minimal number in array and we place it infront of array. Sort array ascending wise.
    • Bubble sort: In bubble sorting, we push maximum number to last with adjacent swap. Place maximum first in array. Opposite to selection sort.
    • Insertion sort: Take an element from an array and put it in its correct order.
    • Merge sort: Divide array till single element and sort array while merging.

FAQs

Package last updated on 28 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts