TransWikia.com
  1. All Categories
  2. Code Review

Code Review : Recent Questions and Answers (Page 23)

Find answers to your questions about Code Review or help others by answering their Code Review questions.

3-SAT Solver Python

I've written a 3-SAT solver based on this prompt:Alice recently started to work for a hardware design company and as a part of her...

Asked on 12/12/2020 by n00bster

2 answer

Operations on nested data

Problem description.I have JSON which comes in bad shape:data = [ {"ids": [1]}, {"ids": [3, 4]}, {"ids": [1, 2]}, ...

Asked on 12/11/2020 by kluvin

1 answer

Bash script for an ABC organization fulfilling the following requirements

Write a bash script for an ABC organization fulfilling the following requirements:Takes an Employee's Name, designation, age, years of service and salary, extra working hours as an input.Calculates remaining years...

Asked on 12/11/2020 by usama

1 answer

Library Management System OOP with c++( Part2 of a series )

I don't know if this is acceptable, but I would love to thank the community for their advice concerning my previous post on this project This is a beginner's project....

Asked on 12/10/2020 by theProgrammer

2 answer

A Python Blackjack terminal based game

I am looking for some feedback on my blackjack Python code. Any feedback is much appreciated. Docstring, code etc. Other than that, I need to test it, and I...

Asked on 12/08/2020 by fames

1 answer

Monte carlo simulation in C

This is my first C program. I want to optimize this simulation. AlgorithmThe simulation algorithm is:The system can go from $i$ to $i+1$ with probability $e^{-Ltheta(rho_i)}$,...

Asked on 12/08/2020 by Kartik Chhajed

1 answer

Hangman Game in Python-3

answer = input("what's the word")answer_list = list(answer) #list version of the original wordpresentation = []for i in range(len(answer_list)): presentation.append("_") #makes a list that shows the...

Asked on 12/07/2020 by Phinn Galactica

1 answer

Complex Numbers & Unit Tests in Python

I've just started a course that will require knowledge and experience with Python for future projects, which I don't have, so I thought I'd give it a go to familiarize...

Asked on 12/07/2020 by cliesens

2 answer

Simple parser using Flex and C++

This is an alternative parser based on the specifications from this question. Briefly stated, the input file is a text file which has at least 33 fields separated...

Asked on 12/05/2020

2 answer

PHP array with array value into multiple arrays with same key

Very difficult to explain in a sentence sorry so here is example. I have this array:$setParams = [ 'repeat_delay' => [23, 1], 'repeat_type'...

Asked on 12/01/2020 by Robert Wilde

1 answer

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP