sum
There are 352 repositories under sum topic.
skjha1/Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
DragonSpit/HPCsharp
High performance algorithms in C#: SIMD/SSE, multi-core and faster
NetFabric/LinqBenchmarks
Benchmarking LINQ and alternative implementations
AbdallahHemdan/Algorithmic-Toolbox-San-Diego
✔ My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera ( University of California San Diego ) With "Go In Depth" Part Which Contains More Details With Each of The Course Topics
Dbz/Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
jeroenterheerdt/HADailySensor
Sensor for Home Assistant that gets reset at midnight
a-merezhanyi/codewars
My solutions for CODEWARS: A collection of TDD katas (simple programs) written in JavaScript, Python, and more to learn and have fun!
deepak-malik/Cracking-The-Coding-Interview
Solutions for Cracking the Coding Interview - 6th Edition
salvois/DiscriminatedOnions
A stinky but tasty hack to emulate F#-like discriminated unions in C#
Flowm/MoneyWellSpent
A script to summarize your money spent on Amazon
cjavad/hashit
Hashing application
jaredliw/python-question-bank
Python solutions of problems from various competitive programming platforms.
jonschlinkert/array-sum
Add up all of the numbers in an array of numbers. Works when non-numbers are present as well.
smasher164/sumgen
sumgen generates interface method implementations from sum-type declarations.
sondosaabed/Sum-ZCC-Integers-x86
- Declaring an array of integers - Sum of integers - Sum of Positive integers - Zero-Crossing Count (ZCC)
Ajuogaaz/Common-Interview-Questions-for-Freshmen-and-Sophomores
This resource to help Freshmen and Sophomores quickly brush through the common interview problems and different solutions in python. We have included the runtime and space complexity. In case you run into any interesting intermediate and beginner level problems feel free to contribute.
fleschutz/LSS
C program that lists solutions for sums of three cubes: x³ + y³ + z³ = n
maxcountryman/st
Fast and simple statistics on the command line.
solzimer/swstats
Time and Size sliding window, numeric and category statistics
UltiRequiem/sum-digits
📘 Sum Digits of a number
DeepthiTabithaBennet/C_Matrices
A collection of simple C Programs involving Matrices.
GustaAndrad/calculadora-de-soma-javafx
Meu primeiro contato com javaFX, onde fiz um programa básico para calculo de soma. Na tela do programa, tem dois textFields onde o usario digita os dois numeros a ser somado, em seguida foi colocado um botao "Sum" para realizar a soma, mostrando o resultado na tela.
levitation-opensource/log-of-sum-and-subtraction
Methods for calculating precise logarithm of a sum and subtraction of very large or very small numbers.
maximerety/sum-it
A bookmarklet to quickly sum data
PreethiSamanthaBennet/C_Programs
Collection of easy C programs
Erellu/ste-Matrix
C++ CUDA-compatible template class that provides an interface for generic purpose matrix related algorithms and computations. Includes Matlab-like functions. This is mainly an example of how to use CUDA code with C++. Don't expect such high performance.
gargi13832/Hackerrank-Problems
Solutions to Hackerrank Problems
itsjinendrajain/Python-Exercise-Book
Made This Repo To Give Good and Interesting Questions
palashmon/array-add-num
Add up all the numbers in the array
puzzlef/vector-sum
Comparison of vector element sum using various data types.
robertoachar/calculator
Calculator.
sainath09/Simple-Database-Engine
A simple heap/Sorted file implementation of in memory database engine. This can provide insert,update and search capabilities as in any other database
seigtm/BitwiseAddition
Addition of two integers using only bitwise operators (C++).
selvamselvam/datastructures-algorithm-java
Data Structures and Algorithms Problems asked during the coding interviews in companies like Amazon, Microsoft, Facebook, LinkedIn, Adobe, Uber, Yahoo, eBay, and etc
stdlib-js/blas-ext-base-dsnansumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
wellington36/InfSumPy
Approximate infinite sums with controlled error.