Find Jobs
Hire Freelancers

help me with a project

$10-30 USD

En curso
Publicado hace más de 5 años

$10-30 USD

Pagado a la entrega
help me to write a C++ class (or a set of classes) that implements a stack using a double linked list. The type of data contained in the stack should be int. The maximum size of the stack is 50. Implement the following methods: Constructor and destructor; void push (int value); // pushes an element with the value into the stack. int pop (); // pops an element from the stack and returns its value. int isEmpty();// returns 1 if the stack is empty, 0 otherwise. int numOfElements();// returns the number of elements in the stack. void printElements(); // print out the current stack to the console. A main function; // execute each method of stack (except the destructor) at least once without asking input from the users.
ID del proyecto: 17735928

Información sobre el proyecto

20 propuestas
Proyecto remoto
Activo hace 6 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
20 freelancers están ofertando un promedio de $29 USD por este trabajo
Avatar del usuario
My Degree is MS Computer Software Engineering. I teach Data structure and Algorithm. I have Excellent concepts linked lists, pointers, Trees, Binary Trees, stack and queues, FIFO, LIFO, recursion Graphs, Complexity analysis and Hashing. My programming expertise are C, C++, Java, C# and matlab. I can show you some of my previous work related to Data Structure and Algorithm. Please see my profile and reviews as well. Thanks
$25 USD en 1 día
4,9 (280 comentarios)
7,8
7,8
Avatar del usuario
HI...I am quite proficient in C/C++ programming for implementing stack, queue ADT's using linked list with structs and pointers. I can help you write the required classes. please contact me as soon as possible for a discussion.
$55 USD en 1 día
4,9 (374 comentarios)
7,2
7,2
Avatar del usuario
Hy I am software engineer and have delivered many java and c++ projects. Please share more details in chat. Thanks
$30 USD en 3 días
4,9 (102 comentarios)
6,7
6,7
Avatar del usuario
Hello My name is Ahmed, i'm a top rated freelancer. i worked over 400 projects and over 700 hours doing c++ projects. small overview of feedback on my profile "you want to get your projects completed with quality? Hire Ahmed. Highly recommended." "Thoroughly satisfied with Ahmed, and would recommend him to anyone looking for an excellent java developer!" "Highly recommended. Very smart and well experience" looking forward to work with you Regards
$20 USD en 1 día
4,9 (443 comentarios)
6,7
6,7
Avatar del usuario
Hi I am up for your project. I got all the skills to do it. Let me know if you are interested... Thanks a lot.
$55 USD en 1 día
4,9 (41 comentarios)
5,8
5,8
Avatar del usuario
Dear Employer! I hope you're fine. I'm glad that I can work on your project with proficiency. I have a lot experience in working in Java, C++, C# and python. I think I'm the best person to work on your project in an affordable budget. Also, I never compromise on work quality and deliver it before due time. Discuss with me in chat if you think I'm worth it then we have deal.
$14 USD en 1 día
5,0 (17 comentarios)
4,9
4,9
Avatar del usuario
Hi I have great experience in Stack Data Structure using c++, please send me if you have skeleton class available or I need to write it form scratch? Thanks
$21 USD en 1 día
4,9 (25 comentarios)
4,6
4,6
Avatar del usuario
Hello, I'm an IT engineer with a master degre in software development. I've got 3 professional years of experience as a C/C++ developer. Contact me if interested. Regards, Kim
$25 USD en 7 días
5,0 (15 comentarios)
4,0
4,0
Avatar del usuario
Dear employer, I am computer system engineer and have expertise in programming. Please share your task details and we will try to provide you best possible solution. Thanks
$50 USD en 3 días
5,0 (1 comentario)
3,8
3,8
Avatar del usuario
Hello there... I am an experienced C++ developer and I would like to undertake this project for you. Kindly send me a message so that we can discuss more. Thank you. I am able to undertake the project in both java and C++
$50 USD en 3 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hello, My name is Slimane I'm a software engineering student like you and I know exactly what are you talking about because I did it before so many times in C++. I know it seems complicated in c++ more than C but I know how to do it and how to cover all the use cases like remove an element from an empty stack. I believe I'm the right person for this job and I'm really motivated to start working with you. P.S : Please, contact me as soon as you can, like this, we can start working as soon as possible. I look forward to our talk. Thanks Have a nice day
$30 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Idea and design . -> 20mins Constructor and destructor; -> 5 mins void push (int value); // pushes an element with the value into the stack. ->5 mins int pop (); // pops an element from the stack and returns its value. ->5 mins int isEmpty();// returns 1 if the stack is empty, 0 otherwise. -> 3 mins int numOfElements();// returns the number of elements in the stack. -> 3mins void printElements(); // print out the current stack to the console. -> 2 mins A main function; // execute each method of stack (except the destructor) at least once without asking input from the users. -> 5 mins Testing -> 5 mins
$15 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hi! I know C++ and I'm working with OpenGL, so I can help You. I can comment and make easy code refactoring, if You ask me for this. You can write me here, or in Telegram^ @natatem00
$20 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I can try) ________________________________________________________________________-_______________-
$15 USD en 2 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hay Bro, I am very much interested on c++ projects. I have Good knowledge and experience as well so I can help you in that. I can do it and will deliver ASAP.
$30 USD en 2 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I am a programmer. Doing conputer Science Enggineering in last semesters. And hace grip on c++ very much. I can complete this task in minimum time and with efficient coding style Relevant Skills and Experience I am a programmer. Doing conputer Science Enggineering in last semesters. And hace grip on c++ very much. I can complete this task in minimum time and with efficient coding style
$26 USD en 5 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Have over 4 years of commercial experience in C/C++ development. This task will take 15 minutes at most
$10 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Easy-peasy, just a few questions; are you allowed to have a tail pointer as well, or just head? What should happen when trying to push to the stack and its already reached its max amount of 50? What should happen when popping off the stack and its empty?
$14 USD en 1 día
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de UNITED STATES
Detroit, United States
0,0
0
Forma de pago verificada
Miembro desde sept 9, 2018

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.