Find Jobs
Hire Freelancers

find a c/c++ tutor

$8-15 USD / hour

Closed
Posted over 3 years ago

$8-15 USD / hour

i want to implement an dictionay without vector like sdl. I am a python programmer. I want to find someone can teach me some c/c++, memory management. some code i found online is this: class Node{ public: //vector<Node*> next; Node* next [26]; bool isWord; Node(){ isWord = false; //next = vector<Node*>(26, NULL); Node *next = new Node[26]; } }; class Trie{ private: Node* root; public: Trie(){ root = new Node(); } void insert(string s){ Node* cur = root; for(char c: s){ if(cur->next[c - 'a'] == NULL) cur->next[c - 'a'] = new Node(); cur = cur->next[c - 'a']; } cur->isWord = true; } bool find(string s){ Node* cur = root; for(char c: s){ if(cur->next[c - 'a'] == NULL) return false; cur = cur->next[c - 'a']; } return cur->isWord; } }; class MagicDictionary { public: /** Initialize your data structure here. */ MagicDictionary() { trie = new Trie(); } /** Build a dictionary through a list of words */ void buildDict(vector<string> dict) { for(string s: dict){ trie->insert(s); } } /** Returns if there is any word in the trie that equals to the given word after modifying exactly one character */ bool search(string word) { // for(int i = 0; i < [login to view URL](); i++){ // for(int j = 0; j < 26; j++){ // char c = j + 'a'; // if(c == word[i]) continue; // char oriChar = word[i]; // word[i] = c; // if(trie->find(word)) // return true; // word[i] = oriChar; // } // } return false; } private: Trie* trie; };
Project ID: 26926791

About the project

14 proposals
Remote project
Active 4 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
14 freelancers are bidding on average $12 USD/hour for this job
User Avatar
Hi, there! Glad to see you. https://www.freelancer.com/projects/c-programming/Advanced-programming-project-25419500/reviews C/C++/C# programming are my major developing skills as you can see in my review. GUI and console platform are both possible to develop and I can show you my previous work result if you want. I can implement your creative idea to reality immediately. I am looking for a long term relationship. waiting for your valuable reply… Thanks. Regards.
$12 USD in 40 days
5.0 (10 reviews)
4.1
4.1
User Avatar
I, Jignesh Lakhani completed my masters from IIT Roorkee in Computer Engineering. I am having a very good knowledge of C, C++, Java, JavaFX, Algorithm and Data Structure. I am having strong analytical power. I will complete your project before the deadline. I am looking forward to discussing with you this job post. Please feel free to contact me. Respectfully, Jignesh
$15 USD in 40 days
5.0 (5 reviews)
3.5
3.5
User Avatar
I have been a competitive programmer for more than 5 years. I have a big experience in algorithms and data structures. Mostly I've been using C++ this whole time, so I think I can help you.
$12 USD in 40 days
5.0 (8 reviews)
3.1
3.1
User Avatar
hello. what you gave is a Trie data structure. It is used to find prefix matching. Hello, I am a programming mentor and c++ programmer. I am doing this kind programming for 4 years. I also teach c c++ programming to the students. You can learn what ever you want from me. I am pretty much flexible in it.
$11 USD in 20 days
5.0 (1 review)
0.9
0.9
User Avatar
Keen to do it, please discuss. Negotiable price and duration
$20 USD in 30 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I have a good programing skill and i also wored on this for 2 to 3 years Relevant Skills and Experience I have an expertise skill on c++programin and i thik yow like my work
$13 USD in 10 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I give lecture on c /c++ programing language in form of animation which makes easy for better understanding of concepts and practice sample test series.I'm post graduate in computer application. you van drop message in my inbox fo further assist.
$11 USD in 30 days
0.0 (0 reviews)
0.0
0.0
User Avatar
- I've taught for 3 years as a tutor in my university as well as for Boeing as an instructor over the summer to people from middle school all the way up to adults. - I mainly specialize in C++ and Java. - I work as a software development intern in my university and also had an internship at Google last summer.
$12 USD in 40 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hi... I can help you with the same... I have taught Data Structure to lot of students ... Memory and data structure goes hand in hand
$8 USD in 5 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hey i have experience in both c++ and python so it will be very easy for me to explain you c++ with the help of python as a reference .
$12 USD in 10 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I'm tutor for C/C++ programming language and java programming language for four years.
$11 USD in 30 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
United States
0.0
0
Member since Mar 20, 2018

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.