SkillAgentSearch skills...

CP

A small selection of algorithms that I used to solve competitive programming problems.

Install / Use

/learn @abdorah/CP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Competitve Programming

Badge Badge Badge Java CI with Gradle

This repository is my back yard in which I assemble a selection of competitive programming solutions and problems. Please feel free to enjoy playing and learning from these algorithms!


Presentation

These problems I assemble are a selection that I get baisaclly from codeWars, hackerRank and leetCode, for which the solutions are implemented in java 11. To get a global sight of this repository you can use the following table of content. It consist of problems and the solution class name. Note that you will find also a simple test for the algorithm in an other class that takes the same name plus "Test" at end. Also, the problems will get a rating based on the time I spent trying to solve it and my humble point of vue. You can check my explanatory videos in my Youtube Channel


Content

22 Problems

| Problem | Solution class | Test class | level | | --- | --- | --- | --- | | hackerRank | FizzBuzz | FizzBuzzTest | :snowflake: | | leetcode | MaxProfitTransactions | MaxProfitTransactionsTest | :ocean: | | leetcode | NiceString | NiceStringTest | :snowflake: | | leetcode | RegularExpression | RegularExpressionTest | :ocean: | | leetcode | Search | SearchTest | :snowflake: | | leetcode | MedianOfTwoArrays | MedianOfTwoArraysTest | :ocean: | | leetcode | FancyCharacter | FancyCharacterTest | :snowflake: | | leetcode | LegalMove | LegalMoveTest | :ocean: | | leetcode | MaximumMatrixSum | MaximumMatrixSumTest | :cyclone: | | CodeWars | PhoneNumber | PhoneNumberTest | :snowflake: | | leetcode | MinimumTimeTypeWriter | MinimumTimeTypeWriterTest | :cyclone: | | leetcode | MiddleIndex | MiddleIndexTest | :cyclone: | | leetcode | FarmLand | FarmLandTest | :ocean: | | leetcode | MaxConsecutiveAnswers | MaxConsecutiveAnswersTest | :cyclone: | | leetcode | MovesToSeats | MovesToSeatsTest | :snowflake: | | leetcode | ColoredPiecesGame | ColoredPiecesGameTest | :cyclone: | | leetcode | TimeDifference | TimeDifferenceTest | :cyclone: | | leetcode | DistinctString | DistinctStringTest | :cyclone: | | leetcode | OneOccurenceCommonWords | OneOccurenceCommonWordsTest | :snowflake: | | leetcode | LonguestSentence | LonguestSentenceTest | :snowflake: | | leetcode | CapitilizedString | CapitilizedStringTest | :snowflake: | | leetcode | TwinSum | TwinSumTest | :cyclone: |


⚓ : My rating scale would be :snowflake: for easy, :cyclone: for medium and :ocean: for hard.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks2

Languages

Java

Security Score

75/100

Audited on Jan 21, 2024

No findings