GithubHelp home page GithubHelp logo

sudosurya / cs-fundamentals Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 28.08 MB

This repository contains the implementation of various data structures and algorithms in Java, Go, JavaScript, Python, C. The purpose of this repository is to help myself to learn and understand the fundamentals of computer science.

C++ 0.04% Python 14.39% Java 17.98% JavaScript 3.36% C 2.95% HTML 25.38% Go 26.45% TypeScript 9.45%
competitive-programming dsa-algorithm dynamic-programming

cs-fundamentals's Introduction

C++ TypeScript Java Python JavaScript GO

Top Langs

cs-fundamentals's People

Contributors

sudosurya avatar

Watchers

 avatar

cs-fundamentals's Issues

### Two Pointers Technique Implementation

          ###  Two Pointers Technique Implementation

Two pointers is a more general version of sliding window where the pointers can cross each other and can be on different array
When you are given two arrays to process, it is common to have one index per array (pointer) to traverse/compare the both of them, incrementing one of the pointers when relevant. For example, we use this approach to merge two sorted arrays.

Originally posted by @20pa5a1210 in #3 (comment)

Do max possible Problems on Sliding window using java

Do array problems using sliding window technique in Java
/** References ** /
-> Eric Programming
-> Tech Interview HandBook
-> Refer Leetcode for problems

Todo Problems

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.