SandS.Algorithms.Extensions.Xna

Some extensions. ├───SandS.Algorithms.Extensions: │ │ │ ├─EnumerableExtensions: │ │ ├───Shuffle │ │ └───SequenceEqualWithoutOrder │ │ │ ├─FastObjectAllocator │ │ │ ├─GraphicsDeviceExtension │ │ └───Texture2D CreateTexture │ │ │ ├─IComparableExtensions │ │ └───Between │ │ │ ├─IListExtensions │ │ └───SetWithRandomElements │ │ │ ├─Singleton (use inside cctor) │ │ │ ├─StringBuilderExtension │ │ └───Trim │ │ │ └─StringExtensions │ ├───FirstLetterToUpper │ ├───IsComprisesOnlyLatinOrOnlyCyrillicSymbols │ ├───IsComprisesWithLetters │ ├───IsFramedWith │ └───IsStartWithUpper └───SandS.Algorithms.Extensions.Xna └─GraphicsDeviceExtensions └───Generate


Keywords
extension, sequenceEqual, graphicsDevice, xna
License
GPL-3.0
Install
Install-Package SandS.Algorithms.Extensions.Xna -Version 1.0.0

Documentation

Algorithms

Some my algorithms.

Now there is

  • Generator
    • ISBN10
    • ISSN
    • Faceroll test generator
  • Sorts
    • Bubble
    • Quick bubble
    • Insert
    • Quick
    • Merge
    • Bogosort
    • Pancake
  • Structers
    • Graph