Posts: 59 Threads: 0 Joined: N/A September 11, 2022 at 10:16 PM The purpose of the channel is to learn from each other and improve our skills to the next level.so we create these 3 tasks. You have to solve 2/3 in order to join us. Task 1: Write a function Squareroot() to calculate the square root of a given number (note the want the most efficient algorithm possible) supported languages are python,C,C++,Go Task 2: Write a function to allocate a n*m matrix and a function to free it supported languages C,C++ Task 3: Write a function to calculate the product of two n*m matrices supported languages C,C++
Submit your answers in the private chat or to my telegram https://t.me/japanvps0
Good luck everyone Posts: 404 Threads: 0 Joined: N/A September 11, 2022 at 11:06 PM This is funny. They should submit answers to you as a TEACHER or what? You think people here have time for all these? Posts: 19 Threads: 0 Joined: N/A    September 11, 2022 at 11:30 PM This feels like you want people to do your homework for you, and to join "us", us who? Posts: 59 Threads: 0 Joined: N/A September 11, 2022 at 11:35 PM (September 11, 2022, 11:06 PM)19689p Wrote: This is funny. They should submit answers to you as a TEACHER or what? You think people here have time for all these? Yes they have time there are in the programming section they want to learn as do I. if you aren't a programmer so this is not for you
(September 11, 2022, 11:30 PM)Spore Wrote: This feels like you want people to do your homework for you, and to join "us", us who? I know the answers bro I just don't accept anyone I want skill people Posts: 19 Threads: 0 Joined: N/A    September 11, 2022 at 11:44 PM (September 11, 2022, 11:35 PM)japanvps0 Wrote: (September 11, 2022, 11:06 PM)19689p Wrote: This is funny. They should submit answers to you as a TEACHER or what? You think people here have time for all these? Yes they have time there are in the programming section they want to learn as do I. if you aren't a programmer so this is not for you
(September 11, 2022, 11:30 PM)Spore Wrote: This feels like you want people to do your homework for you, and to join "us", us who?
I know the answers bro I just don't accept anyone I want skill people You haven't given a single reason for anyone to want to join you in whatever it is you want, or to do these problems. you are not exactly NASA with a job posting. Posts: 59 Threads: 0 Joined: N/A September 11, 2022 at 11:46 PM (September 11, 2022, 11:44 PM)Spore Wrote: (September 11, 2022, 11:35 PM)japanvps0 Wrote: (September 11, 2022, 11:06 PM)19689p Wrote: This is funny. They should submit answers to you as a TEACHER or what? You think people here have time for all these? Yes they have time there are in the programming section they want to learn as do I. if you aren't a programmer so this is not for you
(September 11, 2022, 11:30 PM)Spore Wrote: This feels like you want people to do your homework for you, and to join "us", us who?
I know the answers bro I just don't accept anyone I want skill people You haven't given a single reason for anyone to want to join you in whatever it is you want, or to do these problems. you are not exactly NASA with a job posting. the reason is to join to telegram channel so you can improve coding skills Posts: 34 Threads: 0 Joined: N/A September 12, 2022 at 3:54 AM Google is magical.... Here's the answer to your first question... https://realpython.com/python-square-root-function/ Posts: 582 Threads: 0 Joined: N/A September 12, 2022 at 9:07 AM (September 11, 2022, 11:30 PM)Spore Wrote: This feels like you want people to do your homework for you, and to join "us", us who? ..had exactly the same thought :D Posts: 16 Threads: 0 Joined: N/A September 12, 2022 at 10:11 AM why not python in all 3? Posts: 59 Threads: 0 Joined: N/A September 12, 2022 at 2:19 PM (September 12, 2022, 10:11 AM)mategol Wrote: why not python in all 3? because you cannot have more control over the memory with it
(September 12, 2022, 03:54 AM)focussss Wrote: Google is magical.... Here's the answer to your first question... https://realpython.com/python-square-root-function/ No it is wrong I don't want you to import math library you have to create it yourself |