sanjogshrestha / Coding

This includes my practice for various programming questions. This repo contains self-learning and practicing methodology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding

This project contains the algorithm I practise which are as follows:

  1. Squeeze (aaabbbaaa => squeeze(a) => abbba)

  2. RecurringChar ( DBCABA => B)

  3. RemoveDuplicateFromString ( DBCABA => DBCA)

About

This includes my practice for various programming questions. This repo contains self-learning and practicing methodology.


Languages

Language:Java 100.0%