Skip to content

sonasingh46/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This repository is a data structure tutorial based on Golang. Data structures are very cool and exciting way to learn programming. Although concepts of data structures are agnostic to programming languages but practising data structures on a language can help gain more grasp and confidence on the particular language.

Prerequiste

This is a beginner friendly tutorial and does not require any prior experience and knowledge of data structures but knowledge of basic programming in Golang is a prerequisite. If you are new to golang or just getting started with programming, I would recommend completing following Go tour.

https://tour.golang.org

Target Audience

This tutorial is for you if :

  • You are learning programming and want to get a sound understanding of data structures.
  • You are familiar and comfortable in programming and preparing for coding interview.
  • You have sound understanding of data structure but before going to an interview you just want to refresh the concepts.

This tutorial is NOT for you if :

  • You are an expert in data structure and want to do more advanced research or study on it.

Syllabus

The tutorial will cover following data structures:

Disclaimers

  • The code in the tutorial are here for learning purpose and building concepts and may not be suitable for production environment. Although, you are free to use the code but you should know what you are doing and should do at your own risk.

About

Data structure tutorial based on Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages