GithubHelp home page GithubHelp logo

anirban-s / data-structures-and-algorithms Goto Github PK

View Code? Open in Web Editor NEW
290.0 290.0 156.0 23 KB

This repository contains data structures and algorithm implemented in C#.

C# 100.00%
algorithms c-sharp csharp data-structures

data-structures-and-algorithms's Introduction

Hi there, I'm Anirban ๐Ÿ‘‹

I'm a Data Scientist, Web Developer, Software Engineer!!

  • ๐ŸŒฑ Iโ€™m currently learning everything ๐Ÿคฃ
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate with other content creators
  • ๐Ÿฅ… 2023 Goals: Contribute more to Open Source projects
  • โšก Fun fact: I love to draw and play guitar and computer games

Connect with me:

Anirban Sarkar | Twitter Anirban Sarkar | LinkedIn Anirban Sarkar | Instagram


Languages and Tools:

Visual Studio Code HTML5 CSS3 Sass JavaScript React Node.js Deno SQL MySQL MongoDB Git GitHub Terminal



๐Ÿ“บ Latest YouTube Videos


๐Ÿ“• Latest Blog Posts


Anirban's Github Stats

data-structures-and-algorithms's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

data-structures-and-algorithms's Issues

Memory Leak in Array_Implementation.cs

FYI for anyone who cares:

This line is setting the value to null in the Object array called data. This doesn't actually remove the element from the array, it just sets it to null. If you were to actually use this code, memory would only increase because when you call delete(), it doesn't free up anything.

The way to solve this in C# would be to create an entirely new array with a length of -1 from the original array.

Could you please explain what you did in your hash implementation?

I am following the same course as you are and using your solutions when I am stuck, and I got relly stuck on that implementations. Why did you think of creating another class called Node? How does that even work in the code, I thought it was a little confusing..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.