Skip to content

This repository provides implementations of common data structures and algorithms in Go, complete with documentation for educational and practical use.

Notifications You must be signed in to change notification settings

MuhammadSaim/dsa-with-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSA with GO

This repository contains a simple implementation of a DSA in Go.

Code Overview

Singly Linked List

Doubly Linked List

  • InsertAtStart - Insert a value at the beginning of the list.
  • IsEmpty - Check if the list is empty.
  • Count - Count the nodes in the list.
  • Find - Find the value by index in list.

About

This repository provides implementations of common data structures and algorithms in Go, complete with documentation for educational and practical use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages