Direct

Running Deeper C++/C/Java

Search
Running Deeper C++/C/Java
TreasureSharky - USACO

Use Full Screen for proper formatting.

  • All Posts (126)
    • Problems (16)
      • USACO Problems and Solutions (16)
    • Algorithms & Development (29)
      • C & C++ Algorithms (1)
      • Java Development (14)
      • Spigot & Maven Plugin Development (1)
      • Machine Learning (3)
    • Other Projects (80)
      • VR School Tour (3)
      • Project, Hexas (53)
      • Music Projects (14)
      • MIT LaunchX (2)
      • Internships (2)
Notice
Recent Posts
Recent Comments
Link
Tags
Archives
Today
Total
Management Menu
  • New
  • Guest Book
  • RSS
  • Manage

ListsAlgorithms & Development/C & C++ Algorithms (1)

Running Deeper C/C++/Java

Radix sort uses a length based type of comparison, and has a time complexity of O(wn), where w is the length of the data. For cases where w is constant, and n is very large, the complexity O(wn) can be even faster than O(nlogn) algorithms (w>logn), and is a very useful tool to know. It is used where there is basically nothing more to optimize, but is an interesting idea. The following is a sourc..

Algorithms & Development/C & C++ Algorithms
Prev 1 Next

All source is free to use, enjoy! Join me on CodeUp @ wkw030210

티스토리툴바