Tags > computer-science
- 09-07EnterpriseIs it possible find the values of the two variables a and x in the function y = (a ^ k) ^ (x ^ k),
- 09-05OSIs it necessary to do all arithmetic operations for filtering images in one line for C? for CS50 fil
- 08-29databaseHow did the problem instance with the parameter size m = logn become 2^(logn)?
- 08-20BlockchainAlgorithm for finding a set of N items based on percentages of how many times an item may appear
- 08-19NetCS50 - Problem Set 2 - encountering "segmentation fault (core dumped)"
- 08-18Back-endHow should a pure function read a config file or open a database?
- 08-06Back-endWhat is the difference between this statement: myPointer = new int(8); and this statement: myPointer
- 08-04Back-endHow is LRU Caching faster than a hashmap?
- 08-02EnterpriseInversion Counting Algorithm implementation in Python,cannot unpack non-iterable int object
- 07-26Software engineeringCan an Air Conditioner remote be considered polymorphic (in context of OOP)?
- 07-18Mobileextract all possible combination of numbers within a range in a string of digits
- 07-05BlockchainNo memory is allocated while creating the class, then where variables in the class saved?
- 07-01OSHow can I get These Rows of checkboxes to line up?
- 06-30databaseSimulate a rotating equal triangle by Python
- 06-30otherIs there any way rather than assigning functions to modules?
- 06-14OSSort shopping list based on previous shopping trips
- 06-05OSIs there a way to detect a side mouse button press in c#?
- 05-29NetThe definition of lock-free
- 05-23NetWhy is a complete binary tree most suited for heap implementation?
- 05-17EnterpriseSingelton pattern with multithread
- 05-17Software engineeringHow to write an algorithm which finds the best possible event distribution?
- 05-11databaseCheck symmetry in binary tree
- 05-05Nethow to save data in an integer during recursion in java
- 05-04otherJava instantiated and initialized list (Explanation needed)
- 05-04Software engineeringWhat do the pthread_mutex_lock() and pthread_mutex_unlock() do?
- 04-27Software engineeringHow to un-nest this recursive algorithm in javascript?
- 04-27Software designDifference between returning calculation with function name and without
- 04-18NetSorting Structures using qsort
- 04-07Back-endTime complexity for partitioning a set and sorting the partition's subsets
- 04-05databaseConvert Integer number to a Boolean List with 3 elements (Java)
- 04-04NetTwo 2d Arrays Sum
- 03-25NetHow can I represent any negative value mathematically using summation?
- 03-21BlockchainShowing that Greedy algorithm exhibits optimal substructure and greedy choice
- 03-20EnterpriseDoes manipulating n have any impact on the O of an algorithm?
- 03-17MobileIs A Singly Linked List a Dynamic Array
- 03-16MobileUpdate Google Form Choices Info
- 03-15MobileImplementation of the spell checking method
- 03-14Software engineeringHow to draw the binary tree for this input: [1,2,2,3,null,null,3,4,null,null,4]?
- 03-14NetFind a desired index in a binary matrix in 3n − ⌊lg n⌋ − 3
- 03-09Back-endscanf() adds character to string